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

Invalidating product feature caches when creating a child (ops) tenant #928

Closed
skateman opened this issue Oct 19, 2020 · 1 comment · Fixed by ManageIQ/manageiq#20772
Closed
Assignees

Comments

@skateman
Copy link
Member

There's an explicit call to /ops/invalidate_miq_product_feature_caches when creating a new child tenant that runs MiqProductFeature.invalidate_caches. This is the only single endpoint that is not API-driven for this form.

I am wondering if it would be possible to either have a dedicated endpoint for this in the API, or to call this any time a new feature is called.

@miq-bot add_label question
@miq-bot assign @gtanzillo

@Fryguy
Copy link
Member

Fryguy commented Oct 19, 2020

Why does the UI do this? Feels more like a backend concern, IMO, in a similar way we have to invalidate the Settings cache when a setting changes.

I'd probably be 👎 on an API for this...it should happen automatically as a result of creating a child tenant.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants