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

[7.9] [Task manager] Prevents edge case where already running tasks are reschedule every polling interval (#74606) #74941

Merged
merged 1 commit into from
Aug 13, 2020

Commits on Aug 13, 2020

  1. [Task manager] Prevents edge case where already running tasks are res…

    …chedule every polling interval (elastic#74606)
    
    Fixes flaky tests in Task Manager and Alerting.
    
    The fix in elastic#73244 was correct, but it missed an edge case which causes the already running task to be rescheduled over and over.
    
    This prevents that edge case which was effecting both TM in general and Alerting specifically.
    gmmorris committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    06fb025 View commit details
    Browse the repository at this point in the history