rapid7 / builderator

Tools to make CI Packer builds awesome
MIT License
23 stars 9 forks source link

Splay required for API calls #32

Open dgreene-r7 opened 8 years ago

dgreene-r7 commented 8 years ago

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.

jmanero-r7 commented 8 years ago

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

dgreene-r7 commented 8 years ago

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.