Skip to content
This repository has been archived by the owner on Mar 20, 2018. It is now read-only.

Commit

Permalink
renamed signature_mailer process to resque
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Arnold committed Nov 8, 2012
1 parent e68b39e commit 8cda931
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Procfile
@@ -1,3 +1,3 @@
web: bundle exec unicorn -p $PORT -c ./config/unicorn.rb web: bundle exec unicorn -p $PORT -c ./config/unicorn.rb
mailer: rails runner worker/email_scheduler.rb mailer: rails runner worker/email_scheduler.rb
signature_mailer: bundle exec rake environment resque:work QUEUE=* VERBOSE=1 resque: bundle exec rake environment resque:work QUEUE=* VERBOSE=1
2 changes: 1 addition & 1 deletion Procfile.dev
Expand Up @@ -2,4 +2,4 @@ web: bundle exec unicorn -p $PORT -c ./config/unicorn.rb
log: tail -n0 -f log/development.log log: tail -n0 -f log/development.log
redis: redis-server redis: redis-server
# mailer: script/rails runner worker/email_scheduler.rb # mailer: script/rails runner worker/email_scheduler.rb
signature_mailer: bundle exec rake environment resque:work QUEUE=* VERBOSE=1 resque: bundle exec rake environment resque:work QUEUE=* VERBOSE=1

0 comments on commit 8cda931

Please sign in to comment.