Skip to content

QuartzJobBean sometimes not executed #35770

@algernon28

Description

@algernon28

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

No one assigned

    Labels

    for: external-projectFor an external project and not something we can fixstatus: invalidAn issue that we don't feel is valid

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions