Skip to content

Httpx timeout in director-v0 bug #7456

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

Closed
1 task done
mrnicegyu11 opened this issue Mar 31, 2025 · 0 comments · Fixed by #7460
Closed
1 task done

Httpx timeout in director-v0 bug #7456

mrnicegyu11 opened this issue Mar 31, 2025 · 0 comments · Fixed by #7460
Assignees
Labels
bug buggy, it does not work as expected
Milestone

Comments

@mrnicegyu11
Copy link
Member

Is there an existing issue for this?

  • I have searched the existing issues

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug buggy, it does not work as expected
Projects
None yet
3 participants