Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 390 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 390 Bytes

Minimal Ruby script to restart an Heroku app. Can be installed as a scheduler.

Why the heck would you do that ?

I need to regularly restart an Heroku staging app that uses ActiveRecord as a i18n backend and OneSky app for translations. As translations are being memoized this is the only way I found to automate the translation refresh. I would not recommend using it on production !