Closed
Description
sebdotv opened SPR-9459 and commented
If using an expression containing seconds like "*/15 * 1-4 * * *", CronSequenceGenerator will compute the following next dates:
- from 01-june-2012 9:53:50 -> the next day at 1:00:00, which is correct
- from 01-june-2012 9:53:00 -> the next day at 1:00:15, which is not the earliest possible schedule (above)
Corresponding test case attached.
Affects: 3.1.1
Attachments:
- CronSequenceGeneratorTest.java (1.10 kB)
Issue Links:
- Scheduled tasks seem to run twice [SPR-6859] #11525 Scheduled tasks seem to run twice
- CronSequenceGenerator.next() is not implemented as documented [SPR-14589] #19158 CronSequenceGenerator.next() is not implemented as documented