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 beat -l INFO