-
Notifications
You must be signed in to change notification settings - Fork 41.6k
Closed as not planned
Labels
for: external-projectFor an external project and not something we can fixFor an external project and not something we can fixstatus: invalidAn issue that we don't feel is validAn issue that we don't feel is valid
Description
I have a QuartzJobBean running with Springboot 3.0, Java 17 and Quartz 2.3.2.
I am using simple one-time triggers.
My problem is that sometimes the job seems to be ignored even if the trigger is fired.
Looking at the database I see the trigger going thru "waiting", "acquired", then removed.
I set org.quartz logging to debug and implemented all sort of listeners.
There are no errors, all I can see is that when the time is up the trigger is acquired then goes away.
I tried debugging but it just doesn't enter the job executeInternal().
It doesn't happen every time, but I have been unable to isolate a pattern.
Can you give me some hint on where more to look at to identify the issue?
Metadata
Metadata
Assignees
Labels
for: external-projectFor an external project and not something we can fixFor an external project and not something we can fixstatus: invalidAn issue that we don't feel is validAn issue that we don't feel is valid