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