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

Configurable health check threshold for triggerer #33089

Commits on Aug 4, 2023

  1. Configurable health check threshold for triggerer

    Recently the Triggerer was forced to a health check threshold of
    `trigger_heartbeat * 2.1` with a default of 5s for the heartbeat, this
    generates a threshold of 10.5s, the previous threshold was 30s, this
    leads to a very unstable situation where Triggerers are not given a
    reasonable amount of time to heartbeat and their triggers are taken
    from them.
    
    This change allows the user to configure this threshold the same way we
    do for the scheduler.
    o-nikolas committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    3f65b7a View commit details
    Browse the repository at this point in the history