resque-heroku-autoscaler icon indicating copy to clipboard operation
resque-heroku-autoscaler copied to clipboard

Handle when heroku is down

Open amiel opened this issue 10 years ago • 0 comments

I had a couple of requests 500 when Heroku recently had some API unavailability. Because of this, I want resque-heroku-autoscaler to ignore exceptions when attempting to connect to the API, and instead just try to autoscale next time. My solution here was pretty much cargo-culted from https://github.com/JustinLove/autoscaler/issues/30.

amiel avatar Oct 14 '14 04:10 amiel