Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have a RoR3 website that is hosted by HostingRails and is using thin server. I noticed that every so often, the thin server goes down and I can't find a reason for it.

Writing cron jobs are not my strong suite but, from research, I found cron jobs can be used to check the server status and restart if down.

So, my question is, how to write a script that will run a cron job checking if a thin server is down, and if it is, to restart it?

Thank you!

share|improve this question

1 Answer

Maybe this is related to your issue.

Make sure you start thin with the -d option.

-d == Daemonize to run in background

I hope this helps.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.