Skip to content

Commit

Permalink
Remove worker from Procfile (thoughtbot#854)
Browse files Browse the repository at this point in the history
The delayed_job_active_record gem was removed in thoughtbot#845 and the jobs:work
rake task is no longer available.  Remove the worker setup from the
Procfile so rake jobs:work will not be called.
  • Loading branch information
ianagne authored and jonatack committed May 6, 2017
1 parent 8f6c92c commit ee2d125
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
web: bundle exec unicorn -p $PORT -c ./config/unicorn.rb
worker: bundle exec rake jobs:work

0 comments on commit ee2d125

Please sign in to comment.