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

Fix celery start commands

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