Skip to content

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

@nicks

Description

@nicks

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)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions