mixpanel-python-async icon indicating copy to clipboard operation
mixpanel-python-async copied to clipboard

:zap: Batch and send your Mixpanel API calls asynchronously in Python

Results 2 mixpanel-python-async issues
Sort by recently updated
recently updated
newest added

I am using the lib for a project of mine, and I noticed some events are being dropped. I added printing calls to the official Mixpanel lib (that MPA uses)...

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...