18F / atf-eregs

Container and styles for an ATF eRegs instance
https://regulations.atf.gov/
Other
9 stars 20 forks source link

Stagger deploys. #557

Closed cmc333333 closed 7 years ago

cmc333333 commented 7 years ago

We share a cloud.gov memory allocation between our dev and prod environments. Right now, we have 512M free to work with so that we can perform blue-green deploys. Unfortunately, this means that when dev and prod environments deploy at the same time, they both try to eat that 512M, leading one to fail.

This resolves by staggering their auto-deployment by one hour.

cmc333333 commented 7 years ago

Thanks @tadhg-ohiggins