Skip to content

Commit 3c835b4

Browse files
appleapple
authored andcommitted
fix:Fixed the Celery Beat Startup Script
1 parent 6859656 commit 3c835b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/start-celery-beat.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ set -o nounset
66
rm -f './celerybeat.pid'
77

88
python manage.py migrate
9-
celery -A agent beat -l INFO
9+
celery -A agent beat -l INFO --pidfile=/code/celerybeat.pid

0 commit comments

Comments
 (0)