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

[6.x] Dispatch event when a scheduled command was filtered from running #30407

Merged
merged 1 commit into from
Oct 24, 2019
Merged

[6.x] Dispatch event when a scheduled command was filtered from running #30407

merged 1 commit into from
Oct 24, 2019

Commits on Oct 23, 2019

  1. Dispatch event when a scheduled command was filtered from running

    If a scheduled command is run with a truth constraint, it is not simple
    to check whether the task didn't run at all, or if it was filtered
    running from a known system constraint.
    
    Firing an event when the task is intentionally skipped allows monitoring
    over the task executing as scheduled, based on the truth constraint.
    michaeldyrynda committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    26dec75 View commit details
    Browse the repository at this point in the history