Cron job "0 */30 15-16 * * ?" in Quartz .NET runs also at 16:30 p. m. Is this correct?
I would like to have a job that starts at 15:00, executes also 15:30 and 16:00. Is this possible without creating two jobs in Quartz .NET as ChatGPT says? Also our application executes at 15:00, 15:30, 16:00, 16:30.
I don't see how 16:30 fits in my cron job above, but I definetly don't want this.
Since other jobs are executing just fine and no other customers reported the problem, I don't neccessary blame the cron generator.
Chat GPT suggest having 0 */30 15 * * ? and 0 0 16 * * ? .
1 Reply
Something I came quickly up