in reply to Schedule::Cron module misses to run crontab entries sometimes

Which version do you have? See https://metacpan.org/source/ROLAND/Schedule-Cron-1.02_3/ChangeLog ... are you dealing with DST?

  • Comment on Re: Schedule::Cron module misses to run crontab entries sometimes

Replies are listed 'Best First'.
Re^2: Schedule::Cron module misses to run crontab entries sometimes
by snk (Novice) on Jun 29, 2014 at 23:47 UTC

    Thanks for pointing to a newer version!

    I was using v1.01. This is the version found if I directly search in CPAN or MetaCPAN. Changelog for this release was mentioning that fix as well. Tbh, I did not think of looking into source code in CPAN/MetaCPAN to the version info,etc..

    Now updated to 1.02_3 and restarted process. So far so good. Will double check after a while.

    Meanwhile I made some more tests and saw that, after a certain number of crontab entries, schedules start to shift or missing. I am converting a copy of my script to use AnyEvent::DateTime::Cron to test the behaviour. I will update both version upgrade results and AnyEvent results...