Hacker News new | ask | show | jobs
by borski 4991 days ago
Interesting. We deploy to Heroku multiple times every day and use the 'preboot' heroku labs option - turning on maintenance mode every time we deploy would be bad, since we deploy so often.

It would be nice to automatically run any new migrations or seeds though. Right now we have a crazy set of shell scripts that work, but could almost certainly be better. ;)

1 comments

We're planning on having options for things like maintenance mode on a per deploy basis with project defaults. We're also looking into supporting the Heroku preboot labs feature.