init
This commit is contained in:
6
deployment/scripts/celery/start-beat.sh
Normal file
6
deployment/scripts/celery/start-beat.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -o errexit
|
||||
set -o nounset
|
||||
|
||||
celery -A "$APP_NAME" beat -l info
|
||||
Reference in New Issue
Block a user