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
The director-v0 has the httpx client of fastAPI at default settings, with a default response timeout of 5sec. Failed calls are retried. This leads to weird behaviour when the docker registry takes >5sec, e.g. 10-15sec, to respons to a request, as the requests are canceled and retried by dv0 after 5sec. This overloads the registry.
The catalog has the httpx-timeout custom set to 20sec, which might also be appropriate for dv0?
Expected Behavior
No response
Steps To Reproduce
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Which deploy/s?
other (e.g. local)
Current Behavior
The director-v0 has the httpx client of fastAPI at default settings, with a default response timeout of 5sec. Failed calls are retried. This leads to weird behaviour when the docker registry takes >5sec, e.g. 10-15sec, to respons to a request, as the requests are canceled and retried by dv0 after 5sec. This overloads the registry.
The catalog has the httpx-timeout custom set to 20sec, which might also be appropriate for dv0?
Expected Behavior
No response
Steps To Reproduce
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: