Commit da21fa61c97029ec228ee574f29c2de86def4e25
1 parent
1a21bd35
Exists in
master
correct incorrect errbit:db namespace in docs and cron task
Showing
3 changed files
with
3 additions
and
3 deletions
Show diff stats
docs/deployment/capistrano.md
... | ... | @@ -75,7 +75,7 @@ rbenv=1 bundle exec cap production deploy |
75 | 75 | |
76 | 76 | ## Schedule recurring tasks |
77 | 77 | You may want to periodically clear resolved errors to free up space. |
78 | -Schedule ```rake errbit:db:clear_resolved``` to run every day or so. | |
78 | +Schedule ```rake errbit:clear_resolved``` to run every day or so. | |
79 | 79 | |
80 | 80 | |
81 | 81 | ## Monit | ... | ... |
docs/deployment/heroku.md
... | ... | @@ -58,7 +58,7 @@ Option 1. With the heroku-scheduler add-on (replacement for cron): |
58 | 58 | heroku addons:create scheduler:standard |
59 | 59 | |
60 | 60 | # Go open the dashboard to schedule the job. You should use |
61 | -# 'rake errbit:db:clear_resolved' as the task command, and schedule it | |
61 | +# 'rake errbit:clear_resolved' as the task command, and schedule it | |
62 | 62 | # at whatever frequency you like (once/day should work great). |
63 | 63 | heroku addons:create scheduler |
64 | 64 | ``` | ... | ... |
lib/tasks/heroku/cron.rake