Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
Funkwhale Docker All In One
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
funkwhale
Funkwhale Docker All In One
Commits
818913f2
Verified
Commit
818913f2
authored
3 years ago
by
Georg Krause
Browse files
Options
Downloads
Patches
Plain Diff
Fix celery command after 5.0
parent
2b02ff65
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
root/etc/services.d/celery-beat/run
+1
-1
1 addition, 1 deletion
root/etc/services.d/celery-beat/run
root/etc/services.d/celery-worker/run
+1
-1
1 addition, 1 deletion
root/etc/services.d/celery-worker/run
with
2 additions
and
2 deletions
root/etc/services.d/celery-beat/run
+
1
−
1
View file @
818913f2
#!/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
=
This diff is collapsed.
Click to expand it.
root/etc/services.d/celery-worker/run
+
1
−
1
View file @
818913f2
#!/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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment