builderator
builderator copied to clipboard
Splay required for API calls
Getting the following:
An error occured performing task Cleanerup Launch Configurations.
delete_launch_configuration({"launch_configuration_name":"******"}): Rate exceeded
Much like convection, we need to introduce an artificial delay in API calls so we don't get these error messages.
This is definitely a problem, but it should only be triggered in a scenario where a cleanup hasn't been run in a long time. Even if rate limits are exceeded, build-clean is safe to re-run
Maybe some more feedback stating such? If introducing a delay in API calls is a bunch of effort, a quick bit of feedback to the user would definitely be helpful.