0
votes
2answers
565 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 …
