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

Debouncing reschedule. #4416

Merged
merged 4 commits into from
Jan 23, 2024
Merged

Debouncing reschedule. #4416

merged 4 commits into from
Jan 23, 2024

Commits on Jan 19, 2024

  1. Debouncing reschedule.

    After this change, the creation of a new plan will happen at most once
    by window of 5s. Outside of cooldown period, a (relevant) event
    triggers a RebuildPlan instant.
    
    Limiting concurrency of the Metastore client using a tower Layer.
    
    Closes #4407
    
    Co-authored-by: Adrien Guillo <[email protected]>
    
    cool_down -> cooldown
    fulmicoton committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    bdacb11 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    4987e09 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Apply suggestions from code review

    Co-authored-by: Adrien Guillo <[email protected]>
    fulmicoton and guilload authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    7823adf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2183b8 View commit details
    Browse the repository at this point in the history