akarpov/compose/production/django/celery/beat/start

9 lines
107 B
Plaintext
Raw Normal View History

2022-11-23 11:41:43 +03:00
#!/bin/bash
set -o errexit
set -o pipefail
set -o nounset
exec celery -A config.celery_app beat -l INFO