mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
change beat_tasks to cron_queue in config/supervision_celeryd_beat.conf
This commit is contained in:
parent
0933d3bb0a
commit
ac5a9e8da1
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
[program:celeryd_beat]
|
||||
command=/srv/newsblur/venv/newsblur3/bin/celery -A newsblur worker --loglevel=INFO -Q beat_tasks -c 3
|
||||
command=/srv/newsblur/venv/newsblur3/bin/celery -A newsblur worker --loglevel=INFO -Q cron_queue -c 3
|
||||
directory=/srv/newsblur
|
||||
user=sclay
|
||||
numprocs=1
|
||||
|
|
Loading…
Add table
Reference in a new issue