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.
Updated by Tom Clegg over 3 years ago
- Related to Bug #17529: [a-d-c] AWS/EC2 driver should return a RateLimitError to dispatcher if the upstream error is RequestLimitExceeded added
Updated by Tom Clegg over 3 years ago
- Related to Feature #17751: [arvados-dispatch-cloud] expose rate-limiting condition in metrics added
Actions