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

feature request: buildx should timeout if node never becomes healthy #2120

Closed
nicks opened this issue Nov 15, 2023 · 0 comments · Fixed by #2130
Closed

feature request: buildx should timeout if node never becomes healthy #2120

nicks opened this issue Nov 15, 2023 · 0 comments · Fixed by #2130
Assignees

Comments

@nicks
Copy link
Contributor

nicks commented Nov 15, 2023

Description

Repro steps

  1. Create a garbage http server
python3 -m http.server 1234
  1. Create a remote driver that talks to the garbage http server.
docker buildx create --name=garbage --driver=remote tcp://localhost:1234 --use
  1. Run a build:
docker buildx build .

Expected result

buildx detects the node is broken and eventually times out

Actual result

buildx sends http requests to the garbage server every 3 seconds, forever (or maybe it times out after an hour but i only waited a few minutes)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants