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

✨ Populate/update cache on ClusterCatalog reconcile #1284

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 10, 2024

  1. Populate/update cache on ClusterCatalog reconcile

    Currently we fetch catalog data and populate
    cache on demand during ClusterExtension reconciliation.
    This works but the first reconciliation after ClusterCatalog
    creation or update is slow due to the need to fetch data.
    
    With this change we proactively populate cache on ClusterCatalog
    creation and check if cache needs to be updated
    on ClusterCatalog update.
    
    Signed-off-by: Mikalai Radchuk <[email protected]>
    m1kola committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    482531d View commit details
    Browse the repository at this point in the history