You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're experiencing some strange behavior using the AsyncClient that I wanted to run by you. At my client, we use the async client in an application to make between 2K-1M requests per GCP cloud run job. The async client leads to OOM errors. When we use the sync client, we don't see these errors.
I noticed similar-ish issues in #1488 and #978. It doesn't matter if we use a single client for the entire session or open/close multiple ones. The OOM errors persist.
I will try to make a reproducible example and post it here this week. (the code I refer to above belongs to a client).
Have you seen this before?
Thanks in advance,
Jasper.
Initially raised as discussion #...
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for this library. I'm enjoying it a lot.
We're experiencing some strange behavior using the AsyncClient that I wanted to run by you. At my client, we use the async client in an application to make between 2K-1M requests per GCP cloud run job. The async client leads to OOM errors. When we use the sync client, we don't see these errors.
I noticed similar-ish issues in #1488 and #978. It doesn't matter if we use a single client for the entire session or open/close multiple ones. The OOM errors persist.
I will try to make a reproducible example and post it here this week. (the code I refer to above belongs to a client).
Have you seen this before?
Thanks in advance,
Jasper.
The text was updated successfully, but these errors were encountered: