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

[5.x] Metrics snapshot config proposal and fix for race condition #936

Merged
merged 2 commits into from Nov 27, 2020

Commits on Nov 26, 2020

  1. Option to set custom snapshot locking time

    This way you can schedule snapshots every minute, every two minutes
    and set the locking time the same so they can be stored and shown
    in the horizon dashboard.
    glamorous committed Nov 26, 2020
    Copy the full SHA
    26caf16 View commit details
    Browse the repository at this point in the history
  2. Fix for edge cases when locks aren't released

    Because the scheduler had the same amount of time, you can have a
    race condition that lock isn't over yet.
    glamorous committed Nov 26, 2020
    Copy the full SHA
    9915097 View commit details
    Browse the repository at this point in the history