hhvm / packaging

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

Handle many-simultaneous-releases better #175

Closed fredemmott closed 4 years ago

fredemmott commented 5 years ago
fredemmott commented 5 years ago

We're hitting an instance limit; we can get 44 c4.2x-large, but currently require 56.

Filed a request for an increased limit.

fredemmott commented 5 years ago

request approved, hopefully this is resolved. will test shortly.

fredemmott commented 5 years ago

We're no longer hitting an EC2 node limit, but we are hitting a rate limit for createinstance

fredemmott commented 5 years ago

Workaround: launch in two batches (4 releases at a time). Hopefully #191 makes this unnecessary

fredemmott commented 5 years ago

We now have Azure for handling many macos builds; leaving this open for now though as we really should move the nightlies to that too

fredemmott commented 4 years ago

yeeeep, all done, with @jjergus doing the bulk of this :)