taskiq in process #2476
Unanswered
theobouwman
asked this question in
Q&A
Replies: 0 comments
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,
It states in the docs that you should run "taskiq scheduler module:scheduler" separately like
taskiq scheduler module:scheduler
.This is what we do in our worker service:
And in our container we do this
CMD uvicorn worker.app:app --host 0.0.0.0 --port 9999 --loop uvloop
But what would be needed if we want to run the scheduler in this container as well?
Beta Was this translation helpful? Give feedback.
All reactions