gealogiuya
This commit is contained in:
9
deployments/compose/django/celery/worker/start
Normal file
9
deployments/compose/django/celery/worker/start
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -o errexit
|
||||
set -o nounset
|
||||
|
||||
# wait for RabbitMQ server to start
|
||||
sleep 10
|
||||
|
||||
celery -A core worker -l INFO
|
||||
Reference in New Issue
Block a user