vmpooler/lib
Samuel Beaulieu 980344ee24
(bug) Prevent failing VMs to be retried infinitely (ondemand)
Normally when a VM is failing the vm_ready? check, it is moved to the completed queue which deletes it.
In a pooled config a new VM will be retried. For ondemand, we would also recreate the task to trigger
the creation of a new VMs. There was a bug where an ondemand request would be retried infinitely when
vm_ready? would always fail. We would never check the status of the request if it was deleted via the
API or if it was detected as failed because it is expired (over the ondemand_request_ttl limit)
2022-07-25 08:37:13 -05:00
..
vmpooler (bug) Prevent failing VMs to be retried infinitely (ondemand) 2022-07-25 08:37:13 -05:00
vmpooler.rb initial review 2022-03-31 13:15:53 -05:00