remove star from procfile [ci skip]
This commit is contained in:
parent
d9ee842401
commit
028817541e
1 changed files with 1 additions and 1 deletions
2
Procfile
2
Procfile
|
|
@ -1,5 +1,5 @@
|
|||
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
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue