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

Create an async version of posthog-python #103

Open
neilkakkar opened this issue Oct 18, 2023 · 5 comments
Open

Create an async version of posthog-python #103

neilkakkar opened this issue Oct 18, 2023 · 5 comments

Comments

@neilkakkar
Copy link
Collaborator

For some users where local evaluation doesn't work, request blocking in python makes things much slower. Consider an async version of the library in this case

more context: https://posthoghelp.zendesk.com/agent/tickets/6553

@Paillat-dev
Copy link

Yes please

@benrapport
Copy link

+1!

@sumersao
Copy link

Please this would be a life saving!

@skulltech
Copy link

skulltech commented Aug 28, 2024

This would be much appreciated!

This is an optional library you can install if you're working with Python. It uses an internal queue to make calls fast and non-blocking. It also batches requests and flushes asynchronously, making it perfect to use in any part of your web app or other server side application that needs performance.

Does this mean we don't really need async for this library?

@michaelfeil
Copy link

+1

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

6 participants