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

Make event cache tunable #2928

Merged
merged 3 commits into from
Sep 18, 2024
Merged

Make event cache tunable #2928

merged 3 commits into from
Sep 18, 2024

Commits on Sep 17, 2024

  1. Make EventCache configurable

    These include the number of retries and the delay between them.
    
    New command line arguments to do that:
          --event-cache-retries int                   Number of retries for event cache (default 15)
          --event-cache-retry-delay int               Delay in seconds between event cache retries (default 2)
    
    Signed-off-by: Anastasios Papagiannis <[email protected]>
    tpapagian committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    b3a5ec8 View commit details
    Browse the repository at this point in the history
  2. Reduce the delay in GRPC gotests

    The previous patch makes EventCache configurable. This allows to reduce
    some delays in the tests.
    
    Signed-off-by: Anastasios Papagiannis <[email protected]>
    tpapagian committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    c3579bc View commit details
    Browse the repository at this point in the history
  3. Export EventCache tunables in the Helm Chart

    Signed-off-by: Anastasios Papagiannis <[email protected]>
    tpapagian committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    b2f6473 View commit details
    Browse the repository at this point in the history