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
dstack marks a run as running if at least one job is running. If the first job is still pulling but some other job is already running, dstack apply tries to connect to the first job and exits with "Can't connect to the remote host" after some timeout.
Create a two node fleet.
Start a multi-node task. Use a heavy docker image that is pulled on the second instance but not on the first.
Get the error:
Submit a new run? [y/n]: y
little-turtle-1 provisioning completed (running)
Can't connect to the remote host
dstack apply should connect to the first job only when it's running.
Actual behaviour
No response
Expected behaviour
No response
dstack version
master
Server logs
No response
Additional information
No response
The text was updated successfully, but these errors were encountered:
Steps to reproduce
dstack marks a run as running if at least one job is running. If the first job is still pulling but some other job is already running,
dstack apply
tries to connect to the first job and exits with "Can't connect to the remote host" after some timeout.dstack apply
should connect to the first job only when it's running.Actual behaviour
No response
Expected behaviour
No response
dstack version
master
Server logs
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: