Commit bb19e197c432792cb248f6259fb08551a9ca029e
1 parent
d5e33cb1
Exists in
master
and in
1 other branch
Added google group to README
Showing
1 changed file
with
6 additions
and
1 deletions
Show diff stats
README.md
| ... | ... | @@ -57,6 +57,11 @@ If this doesn't sound like you, you should probably stick with [Airbrake](http:/ |
| 57 | 57 | The [Thoughtbot](http://thoughtbot.com) guys offer great support for it and it is much more worry-free. |
| 58 | 58 | They have a free package and even offer a *"Airbrake behind your firewall"* solution. |
| 59 | 59 | |
| 60 | +Mailing List | |
| 61 | +------------ | |
| 62 | + | |
| 63 | +Join the Google Group at https://groups.google.com/group/errbit to receive updates and notifications. | |
| 64 | + | |
| 60 | 65 | Demo |
| 61 | 66 | ---- |
| 62 | 67 | |
| ... | ... | @@ -168,7 +173,7 @@ heroku run rake db:seed |
| 168 | 173 | ```bash |
| 169 | 174 | # Install the heroku scheduler add-on |
| 170 | 175 | heroku addons:add scheduler:standard |
| 171 | - | |
| 176 | + | |
| 172 | 177 | # Go open the dashboard to schedule the job. You should use |
| 173 | 178 | # 'rake errbit:db:clear_resolved' as the task command, and schedule it |
| 174 | 179 | # at whatever frequency you like (once/day should work great). | ... | ... |