celery.sh 134 B

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