All Questions
2
questions
3
votes
1
answer
2k
views
Who should own the god process?
I have a stack running on ubuntu consisting of a Rack application written in Sinatra and GrapeAPI. The application stack includes Redis, Postgres, Nginx and unicorn. I want to use god to handle ...
2
votes
1
answer
5k
views
Monitoring slow nginx/unicorn requests
I'm currently using Nginx to proxy requests to a Unicorn server running a Sinatra application. The application only has a couple of routes defined, those of which make fairly simple (non costly) ...