add celery beat schedule

This commit is contained in:
FuzzyGrim
2024-08-17 16:30:16 +02:00
parent 6e3e62d3cb
commit f74871d211
5 changed files with 12 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
[program:celery]
command=celery --app config worker --loglevel INFO --without-mingle --without-gossip
command=celery --app config worker --beat -S django --loglevel INFO --without-mingle --without-gossip
user=abc
stopasgroup=true
stopwaitsecs=60
@@ -20,4 +20,4 @@ priority=5
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
stderr_logfile_maxbytes=0