Skip to content
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

Open
ShaheedHaque opened this issue Jan 4, 2023 · 4 comments
Open

Add support for "--concurrency". #5

ShaheedHaque opened this issue Jan 4, 2023 · 4 comments

Comments

@ShaheedHaque
Copy link
Collaborator

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?

@Andrew-Chen-Wang
Copy link

Note: anyio integration for celery is planned by the celery team. Not sure if that will complicate multiprocessing support.

@ShaheedHaque
Copy link
Collaborator Author

Note: anyio integration for celery is planned by the celery team. Not sure if that will complicate multiprocessing support.

@Andrew-Chen-Wang interesting...do you have a link to that?

@Andrew-Chen-Wang
Copy link

Sorry, I should rephrase: if the team decided to implement asyncio, they would "probably" use anyio:

celery/celery#6483 (comment)

@auvipy
Copy link

auvipy commented Aug 21, 2023

No that will not complicate multiprocessing support. bcz making multiprocessing async compatible is also a target

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants