Change Procfile to minimal one

This commit is contained in:
Jonne Haß 2012-09-22 03:09:20 +02:00
parent 234b76a936
commit 5754f334ed

View file

@ -1,6 +1 @@
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