0
It is little weird now that cron job is not working as i have set. I have set weekly job to send email but i am receiving multiple emails daily. Below is my code;
# sends email every monday at 4:00 am
00 04 * * 1 /usr/bin/ruby /home/mbm/www/current/script/runner /home/mbm/www/current/app/models/add_to_delayed_job.rb -e production
- 00 -> Minutes
- 04 -> Hours (0-24)
- 1 -> Days / 0-6 / Sun - Sat
Sending email is fine but the time is not working so far as set.
Thanks in advance
Which crontab file is this set in? – BloodPhilia – 2010-10-05T18:49:16.173
At what times are the multiple e-mails you are getting being sent? This is probably a good clue into how this is being misinterpreted. – nategoose – 2010-10-05T23:31:53.473