update django/celery

This commit is contained in:
j 2023-07-27 15:35:53 +02:00
commit c80f16c77a
8 changed files with 21 additions and 20 deletions

View file

@ -15,7 +15,7 @@ ExecStart=/srv/pandora/bin/celery \
-Q default,celery -n pandora-default \
--pidfile /run/pandora/tasks.pid \
-c $CONCURRENCY \
--maxtasksperchild $MAX_TASKS_PER_CHILD \
--max-tasks-per-child $MAX_TASKS_PER_CHILD \
-l $LOGLEVEL
ExecReload=/bin/kill -TERM $MAINPID