Skip to content
This repository has been archived by the owner on Sep 9, 2019. It is now read-only.

Commit

Permalink
Send delayed jobs
Browse files Browse the repository at this point in the history
* Delayed jobs were not working before. Now they are!
  • Loading branch information
jessieay committed Mar 8, 2017
1 parent 25bf7e4 commit 6c9b792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
@@ -1,3 +1,3 @@
web: bundle exec puma -p $PORT -C ./config/puma.rb
worker: bin/delayed_job run
worker: bundle exec rake jobs:work
clock: bundle exec clockwork config/clock.rb

0 comments on commit 6c9b792

Please sign in to comment.