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

Consider gevent or asyncio #10

Open
sidmitra opened this issue Oct 7, 2022 · 1 comment
Open

Consider gevent or asyncio #10

sidmitra opened this issue Oct 7, 2022 · 1 comment

Comments

@sidmitra
Copy link
Contributor

sidmitra commented Oct 7, 2022

Now that Django ORM supports asyncio, can we move consumers to it? since most of our stuff is IO blocking and better concurrency with lower resource usage?

@sidmitra
Copy link
Contributor Author

Gevent is an issue due to blocking issues we've seen with redis(and in turn launchdarkly redis) connections. The latency goes down a lot by changing to prefork on celery. On other trials redis client blocks/hangs also and gets progressively slower on green threads. We need to investigate this further independently of eventbusk.

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

No branches or pull requests

1 participant