celery.sh 135 B

123
  1. #!/bin/bash
  2. source {{ additional variables }}
  3. exec celery --app={{ application_name }}._celery:app worker --loglevel=INFO -n worker.%%h