We have a use case to run a single job on a single trigger semi-monthly using a cron expression like the following:
0 1 0 ? * 7#1,7#3
In plain English, on the first and third Saturdays of the month at 1201.
We are aware that this can be accomplished at present with multiple triggers, but we are using quartz indirectly in a bundled product where a single trigger is used to drive a job schedule.
We have a use case to run a single job on a single trigger semi-monthly using a cron expression like the following:
0 1 0 ? * 7#1,7#3In plain English, on the first and third Saturdays of the month at 1201.
We are aware that this can be accomplished at present with multiple triggers, but we are using quartz indirectly in a bundled product where a single trigger is used to drive a job schedule.