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

asynchronous support? #83

Open
ranhorev1 opened this issue Jun 12, 2022 · 1 comment
Open

asynchronous support? #83

ranhorev1 opened this issue Jun 12, 2022 · 1 comment

Comments

@ranhorev1
Copy link

From what I understood in the code, all the requests are done in a synchronous way.
Is there some wrapper or suggestion how to wrap these requests to perform async?
So I don't need to hurt my throughput when adding dozens of requests...
Thanks!

@henrik
Copy link

henrik commented May 11, 2023

FWIW we use general-purpose background workers. This has the nice property of automatically handling failures and retries.

EDIT: Got two libs confused, removed info about support forms 😁

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

2 participants