jessepollak / jessepollak/mixpanel-python-async

gunicorn workers

Aperta
#21 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Python
Stelle
62
Fork
16
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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 🥇

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.