hhvm / packaging

The sources for how we have built the HHVM packages.
MIT License
64 stars 63 forks source link

Retry recreating AWS instances with exponential backoff #191

Closed fredemmott closed 5 years ago

fredemmott commented 5 years ago

We're no longer hitting the AWS instance limit but are hitting EC2 API limits. Follow Amazon's advice from https://docs.aws.amazon.com/general/latest/gr/api-retries.html

refs #175

fredemmott commented 5 years ago

Successfully spawned 56 instances with this approach, merging