Closed NickCao closed 1 month ago
Got some race condition on the controller side: https://github.com/jumpstarter-dev/jumpstarter-controller/actions/runs/11294698671/job/31416030560#step:9:75
The client could be too eager to connect to a newly acquired lease that the exporter is not even listening yet.
Resolved by allowing the client to wait for the exporter: https://github.com/jumpstarter-dev/jumpstarter-controller/pull/53
Got some race condition on the controller side: https://github.com/jumpstarter-dev/jumpstarter-controller/actions/runs/11294698671/job/31416030560#step:9:75
The client could be too eager to connect to a newly acquired lease that the exporter is not even listening yet.