aboutsummaryrefslogblamecommitdiffstats
path: root/compose/production/django/celery/worker/start
blob: af0c8f7b5227666ab85b59a60471668d74fcc070 (plain) (tree)
1
2
3
4
5
6
7
8







                                               
#!/bin/bash

set -o errexit
set -o pipefail
set -o nounset


exec celery -A config.celery_app worker -l INFO