Task with miltiple workers #233
Unanswered
akimov228aleksei
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
-
I have a FastAPI application and 4 workers and 1 task. will the task run separately on each worker? In that case it will turn out that the task is executed 4 times instead of 1.
Beta Was this translation helpful? Give feedback.
All reactions