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

gunicorn workers #21

Open
EralpBay opened this issue Sep 1, 2021 · 0 comments
Open

gunicorn workers #21

EralpBay opened this issue Sep 1, 2021 · 0 comments

Comments

@EralpBay
Copy link

EralpBay commented Sep 1, 2021

thank you very much for this library, I'm considering the trade-offs between using this library or delegating this to celery events. (and sending the events async through celery workers)

can this library work with gunicorn workers? if yes with which types?

Sync Workers
Async Workers
Tornado Workers
AsyncIO workers

where are the events buffered? process or thread-level?

if our gunicorn worker is restarted because of max requests setting, can we possibly lose events? or does this library block killing of the worker until buffer is cleared.

https://docs.gunicorn.org/en/stable/settings.html#max-requests

what's the possibility of buffer overflow if we seem to get more requests than mixpanel actually responds?

again thank you, I'll dive into the code to see if I can figure some of this stuff out myself 🥇

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

1 participant