All Questions
3
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) ...
0
votes
3
answers
2k
views
Start ruby script at boot as particular user
wondering how I can have a ruby script started at boot, as a particular user.
This is on centos, so I imagine i need to create a service. ?