Replies: 2 comments
-
were you able to do it? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Nope |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I want to reproduce the exact behavior in the beat daemon. But can not found any command for daemonization.
Normally I write
celery -A some_proj worker -l info -B -c 2 --max-tasks-per-child 1 -Q some_periodic -n vts_app
I have specified the queue name in the beat. But the problem is in daemon I can not specify the queue. It only takes --schedule as an argument.
So what will be the equivalent daemon version of the command?
Beta Was this translation helpful? Give feedback.
All reactions