The crontab tag has no wiki summary.
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 = ...