Closed peterschmidt85 closed 1 month ago
AzureCompute.create_instance() hangs while waiting for the vm to be created here:
On Azure side, the vm stuck in the Creating state – that's why create_instance() never returns.
Should be fixed by setting timeout on poller.result()
.
We need to ensure all requests to clouds have timeouts set.
Also, consider updating job processing tasks so that the server can process more than one job/run in parallel to prevent one stuck job from blocking the processing of other jobs.
This issue is stale because it has been open for 30 days with no activity.
Steps to reproduce:
azure
backendReproduced only sometimes (I guess when there is no capacity but that's not sure)
Actual behavior:
submitted
Notes:
The impact of this issue is unclear and yet to be confirmed. Certainly blocks the current user. Unsure if other users are also blocked.