Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quartz calling triggerMisfired method twice for same event #952

Open
CODESTHN opened this issue Aug 29, 2023 · 0 comments
Open

Quartz calling triggerMisfired method twice for same event #952

CODESTHN opened this issue Aug 29, 2023 · 0 comments
Labels
is:possible_bug Likely bug, needs confirmation needs:testcase

Comments

@CODESTHN
Copy link

Occasionally some of the triggers(Weekly recurring event) are misfired twice.

public class XX implements TriggerListener {

//This method is getting called twice for same quartz event.
@OverRide
public void triggerMisfired(Trigger trigger) {

}

}

@jhouserizer jhouserizer added is:possible_bug Likely bug, needs confirmation needs:testcase labels Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
is:possible_bug Likely bug, needs confirmation needs:testcase
Projects
None yet
Development

No branches or pull requests

2 participants