rapid7 / builderator

Tools to make CI Packer builds awesome

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Splay required for API calls

dgreene-r7 opened this issue · comments

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.