Notification specified Twitter application that is running 29 hours everyday.
The 29hours works with pluggable Matcher, Notifier, and Linker.
- Matchers
- KeywordsMatcher, RegexpMatcher, UsersMatcher
- Notifiers
- BoxcarNotifier, ImkayacNotifier, PushoverNotifier, IdobataNotifier
- Linker
- HttpLinker, TwitterLinker, TweetbotLinker
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 and so on.