The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
31 views

Bug with cronjob and log building

I have a cronjob starting a ruby script (in a rails environment) at the beginning of each hour. The ruby script then makes a series of SQL queries, and looks like this: def hourly_job time = ...