-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for "--concurrency". #5
Comments
Note: |
@Andrew-Chen-Wang interesting...do you have a link to that? |
Sorry, I should rephrase: if the team decided to implement asyncio, they would "probably" use anyio: |
No that will not complicate multiprocessing support. bcz making multiprocessing async compatible is also a target |
As of #3, and as per celery/celery#7874 (comment), the code is missing support for
--concurrency
. I know we have not had the assistance/input/review we would have liked on the basic design, but I propose that we try to progress with support for multiple processes. Thoughts?The text was updated successfully, but these errors were encountered: