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
We are trying to use the fleeting plugin with the docker-autoscaler runner worker, multiple instance types and multi-AZ deployment, but sometimes when an instance is reclaimed by AWS if we restart the job it tries to connect to the terminated instance and doesn't try others. The only solution we have found is to re-trigger the entire pipeline.
To Reproduce
This is the configuration we where using (we had to revert):
Describe the bug
We are trying to use the fleeting plugin with the docker-autoscaler runner worker, multiple instance types and multi-AZ deployment, but sometimes when an instance is reclaimed by AWS if we restart the job it tries to connect to the terminated instance and doesn't try others. The only solution we have found is to re-trigger the entire pipeline.
To Reproduce
This is the configuration we where using (we had to revert):
Expected behavior
We expect the correct reassignment of another spot instance to the job if the one it tries to use is reclaimed by AWS.
The text was updated successfully, but these errors were encountered: