Actions
Bug #22400
closedbroken paging logic causes arvados-dispatch-cloud to hang at startup while looking up spot prices
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
Crunch
Target version:
Story points:
-
Release:
Release relationship:
Auto
Description
We have
func (instanceSet *ec2InstanceSet) updateSpotPrices(instances []cloud.Instance) { ... if page.NextToken == nil { break }
but the NextToken documentation is
// The token to include in another request to get the next page of items. This // value is an empty string ( "" ) or null when there are no more items to return. NextToken *string
The web docs also mention this.
Actions