-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
httpx/httpcore ReadTimeouts in replicate.async_run #394
Comments
Hi @nicoluca could you give me some additional information about how you're using the library, it looks like you're using If possible, which model are you using? |
Hi @aron, Example call for a ComfyUI workflow:
Example call for
For the latter call I'm also seeing ReadErrors and 502s - but it appears only to happen when I initiate too many concurrently (e.g. now went through fine for 6 predictions and not at all for ~100). |
Thanks that's helpful. And just to be absolutely sure, you are using latest |
Was with |
I'm getting a ton of those as well. I was on 1.0.3, switch to 1.0.4. Still there. |
Hi! I am suddenly seeing a lot of readtimeouts - thought initially that it might have been a temporary issue on replicate side, but they seem to persist. Maybe similar to #345, but no further info there.
It doesn't seem to behave deterministically. E.g. for my last predictions, 8 out of 10 images were correctly downloaded (all were created). Example ReadTimeout exception:
Wrapping it now in retries, which seems to help, but still rather very dissatisfactory.
The text was updated successfully, but these errors were encountered: