flexera-public / right_aws

RightScale Amazon Web Services Ruby Gems
MIT License
451 stars 175 forks source link

Allow persistent spot requests to be created #120

Closed nachof closed 12 years ago

nachof commented 12 years ago

Added :persistent (boolean) option to spot requests creation. Will create persistent requests (they come back if the instance gets killed) if true.

konstantin-dzreev commented 12 years ago

Hi

the code to support persistent requests was already there: plz use :type => "persistent" or "one-time" option

Best