Actions
Bug #17561
open[arvados-dispatch-cloud] inst.SetTags() and inst.Destroy() should respect rate-limiting responses from cloud provider
Status:
New
Priority:
Normal
Assigned To:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Story points:
-
Release:
Release relationship:
Auto
Description
Currently, a-d-c and its drivers detect when the cloud provider returns a "too many requests" response to a "list instances" or "create instance" API call, and waits for some time to elapse before trying the same type of call.
We should also detect & handle those responses for "update instance tags" and "destroy instance" calls.
Actions