Replies: 1 comment
-
|
I'd like to see improvements to resolve the reported issue too, but for the CMS as a whole, not just Cloud. @jpkeisala perhaps this issue could be created or linked to on https://github.com/umbraco/Umbraco-CMS/issues? May get better visibility and a response. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In some projects, we use Examine index to power critical features like news and blog listings. Occasionally, the index becomes corrupted or unexpectedly empty. Possibly due to deployment, cold starts, or infrastructure issues. When this happens, listings break, resulting in a poor experience for visitors and clients.
Currently, the only fix is to manually rebuild the index through the backoffice. However, this is reactive and requires manual intervention.
Feature Request:
Please consider adding native support for automatic Examine index health checks and self-healing mechanisms, such as:
Use Case:
This would help prevent broken listings and eliminate the need for manual intervention after restarts or deploys, especially in cloud environments where file-based indexes may get out of sync.
Beta Was this translation helpful? Give feedback.
All reactions