Skip to content

Commit

Permalink
fixed mistakes in README
Browse files Browse the repository at this point in the history
  • Loading branch information
clouder committed Mar 1, 2012
1 parent 9448234 commit 0bce8a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ Last thing you need to do is setup a cron or scheduled task to run `rake pushbro

## Heroku

If you are going to use Heroku, instead of using the config/app_env.rb you will just use the `heroku config:add`. It will look something like this `heroku config:add session_secret=someReallyLongBullshit consumer_key=anonymous consumer_secret = 'anonymous'`. If you already pushed your clone up Heroku will tell you that your app is restarting and you should be good to go :)
If you are going to use Heroku, instead of using the config/app_env.rb you will just use the `heroku config:add` command. It will look something like this `heroku config:add session_secret=someReallyLongBullshit consumer_key=anonymous consumer_secret=anonymous`. If you already pushed your clone up Heroku will tell you that your app is restarting and you should be good to go :)

Pushbroom used to use the cron addon from Heroku, but it appears as though they are getting rid of it. They now have the Heroku Scheduler. Add this through the dashboard on their web site. Set the task to `rake pushbroom:full_sweep` then choose the time and interval at which you would like it to run.

## TODO

Have it run 2 or 3 Unicorn processes on one dyno so that on an initial delete of lots of emails doesn't keep other simpler requests waiting behind it.
Have it run 2 or 3 Unicorn processes on one dyno so that on an initial delete of lots of emails doesn't keep other simpler requests waiting behind it.

0 comments on commit 0bce8a1

Please sign in to comment.