Skip to content

Spot Shell (v0.18.2)

Choose a tag to compare

@mikeb26 mikeb26 released this 10 Dec 22:28
· 31 commits to main since this release
5e6bde1
handle ec2.CreateFleet() returning 0 instances

when no instance can satisfy the spot request at the current price,
CreateFleet() can return success with 0 instances rather than return
an error. Correctly handle this case.