Change Procfile to minimal one
This commit is contained in:
parent
234b76a936
commit
5754f334ed
1 changed files with 0 additions and 5 deletions
5
Procfile
5
Procfile
|
|
@ -1,6 +1 @@
|
||||||
web: bundle exec unicorn -c config/unicorn.rb -p $PORT
|
web: bundle exec unicorn -c config/unicorn.rb -p $PORT
|
||||||
redis: redis-server
|
|
||||||
catchall_worker: env QUEUE=* bundle exec rake resque:work
|
|
||||||
slow_worker: env QUEUES=socket_webfinger,photos,http_service,dispatch,receive_local,mail,receive,receive_salmon,http,delete_account bundle exec rake resque:work
|
|
||||||
priority_worker: env QUEUES=socket_webfinger,photos,http_service,dispatch,mail,delete_account bundle exec rake resque:work
|
|
||||||
super_slow_worker: env QUEUE=http,receive_salmon bundle exec rake resque:work
|
|
||||||
Loading…
Reference in a new issue