From 43d06dd95bcbca02997b88e98563fce10ea1c619 Mon Sep 17 00:00:00 2001 From: june29 Date: Fri, 17 Apr 2015 11:00:33 +0900 Subject: [PATCH] Update README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 534202e..ad47d3f 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,14 @@ The 29hours works with pluggable Matcher, Notifier, and Linker. - BoxcarNotifier, ImkayacNotifier, PushoverNotifier, IdobataNotifier - Linker - HttpLinker, TwitterLinker, TweetbotLinker + +### ♰ Restarting dyno on Heroku ♰ + +You can restart dyno on Heroku with following commands. + +``` +$ heroku config:set HEROKU_API_TOKEN=xxx HEROKU_APP_NAME=yyy +$ bundle exec rake heroku:restart +``` + +If you want to restart periodically to refresh process, you can use [Heroku Scheduler](https://elements.heroku.com/addons/scheduler "Heroku Scheduler - Add-ons - Heroku Elements") and so on.