]> CyberLeo.Net >> Repos - CDN/status.git/blob - Procfile
Split check into web and worker bits to reduce check latency
[CDN/status.git] / Procfile
1 web:    bundle exec unicorn -p $PORT -c unicorn.rb
2 worker: bundle exec ruby worker.rb