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

caching-resolvers: add cache reloader and reloading service #48

Merged
merged 6 commits into from
May 5, 2023

Commits on Apr 22, 2023

  1. caching-resolvers: add cache reloader and reloading service

    extends cache TTL for both hits and misses to 24 hours, and adds a
    pair of reloading services to allow cached entries to be updated as
    frequently as once per minute.
    
    This ensures changes are picked up quickly, while allowing this plugin
    to survive a period of ES downtime by using possibly-stale values.
    yaauie committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    d462da2 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Configuration menu
    Copy the full SHA
    e6e50c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69c0813 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    abe84de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc0c8e4 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Update docs/index.asciidoc

    Co-authored-by: João Duarte <jsvd@users.noreply.github.com>
    yaauie and jsvd authored May 2, 2023
    Configuration menu
    Copy the full SHA
    c36346d View commit details
    Browse the repository at this point in the history