Skip to content
Snippets Groups Projects
Verified Commit 818913f2 authored by Georg Krause's avatar Georg Krause
Browse files

Fix celery command after 5.0

parent 2b02ff65
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/with-contenv sh
cd /app/api
exec s6-setuidgid funkwhale celery beat -f /var/log/funkwhale/celery-beat.log -A funkwhale_api.taskapp --pidfile=
exec s6-setuidgid funkwhale celery -A funkwhale_api.taskapp beat -f /var/log/funkwhale/celery-beat.log --pidfile=
#!/usr/bin/with-contenv sh
cd /app/api
exec s6-setuidgid funkwhale celery worker -f /var/log/funkwhale/celery-worker.log -A funkwhale_api.taskapp --concurrency=$CELERYD_CONCURRENCY
exec s6-setuidgid funkwhale celery -A funkwhale_api.taskapp worker -f /var/log/funkwhale/celery-worker.log --concurrency=$CELERYD_CONCURRENCY
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment