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

Implement TriggerListener #82

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Implement TriggerListener #82

wants to merge 2 commits into from

Commits on Jul 5, 2018

  1. Implement TriggerListener

    At times its possible trigger doesn't fire (quartz calls it mis-fire)and we need to log it else we may just not know when a job isn't performed.
    Mis-fire handling instructions need to be provided at trigger creation time (withMisfireHandlingInstructionFireAndProceed).
    Also helpful to log when the trigger is fired and completed(part of TriggerListener implementation) along with info when it will get triggered again.
    chhil authored Jul 5, 2018
    Configuration menu
    Copy the full SHA
    f6de77d View commit details
    Browse the repository at this point in the history
  2. Update QuartzAdaptor.java

    Manual edit added an extra bracket
    chhil authored Jul 5, 2018
    Configuration menu
    Copy the full SHA
    ee87887 View commit details
    Browse the repository at this point in the history