Closed boyeln closed 8 years ago
Yeah, the cron is including both sides of the time interval specified, so this line:
return parser.cron('0/10 * 0-7 * * *', true);
makes the cron run from 00:00:00 to 07:59:50. this cron should be removed completely.
Nice work, there'll be cake.
2016-01-21 11:10 GMT+01:00 Boye Borg notifications@github.com:
Yeah, the cron is including both sides, so this line:
return parser.cron('0/10 * 0-7 * * *', true);
makes the cron run from 00:00:00 to 07:59:50. this cron should be removed completely.
— Reply to this email directly or view it on GitHub https://github.com/RadioRevolt/DABelFish/issues/56#issuecomment-173524371 .
Med vennlig hilsen, Kris Monsen MSc CS student, servicetekniker & studentradioprater +47 400 44 908
It was an epic battle, but I lost.
I think it's the ugly cron from 985d6198618c58d9bf08d4811675d7f642d6cc70. It is no longer needed, and should be removed.