Tagged Questions

3
votes
3answers
4k views

How to debug an issue of cron's not executing a given script — or other?

I have a Rails script that I would like to run daily. I know there are many approaches, and that a cron'd script/runner approach is frowned upon by some, but it seems to meet my needs. However, my ...