Skip to content

FEATURE: Flush cache upon indexing #59

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

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

Conversation

gradinarufelix
Copy link

Related to https://neos-project.slack.com/archives/C050C8FEK/p1752056200749199

We started using async ElasticSearch indexing in our Neos 8 projects. Now that comes with the problem that using ElasticSearch queries on caches pages might end up outdated, if someone visits the page between the publishing of the node (which flushes the cache) and the indexing.

The aspect flushes the content cache for the node to be indexed to avoid that problem.

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

Successfully merging this pull request may close these issues.

1 participant