Closed njeirath closed 8 years ago
Occasionally, setting the tags on spot instances does not work with a "spot instance doesn't exist error".
Assuming this is an issue with the time it takes for the spot request to become registered with AWS.
Need to add a delay in the tag code to ensure that this is successful and potentially add a retry.
Fixed by #75
Occasionally, setting the tags on spot instances does not work with a "spot instance doesn't exist error".
Assuming this is an issue with the time it takes for the spot request to become registered with AWS.
Need to add a delay in the tag code to ensure that this is successful and potentially add a retry.