-
-
Notifications
You must be signed in to change notification settings - Fork 223
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
Improve Exception handling in Projections #3854
Comments
Maybe a simple work-around would be to create a CLI command that can show the health of a projection just by looking at the state version and comparing that to the latest event version (or by triggering a catchup: no new events = all fine, new events applied w/o exception = all fine, exceptions => handle). |
First part of that tool (checking state, allow catchup to be triggered) could also be put in an admin Backend module! |
This will (partially) be resolved with #4746 since with that change events are always applied in the same request. An exception during projection will still lead to an invalid state, but it will be visible immediately and stop the process – allowing to fix and replay the affected projection. |
No description provided.
The text was updated successfully, but these errors were encountered: