rapid7 / builderator

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

Use microsecond timestamp when creating security group #118

Closed rdickey-r7 closed 7 years ago

rdickey-r7 commented 7 years ago

PhaaS specifically has a job which builds like 10 jobs at once, and it just so happened that two different jobs tried to create a security group with the exact same timestamp. This was surprising enough, but I would be much more surprised if this race condition still occurs after this commit.