-
-
Notifications
You must be signed in to change notification settings - Fork 222
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
TASK: Reduce stored payload data for WorkspaceRebaseFailed
in database
#4545
Comments
Yes this is a critical bug. I just discovered that the starship also suffers from it. During a replay i get:
which is meaningless, after improving the error i new that the event After looking into the event, i found that the json string just ends before its closes.
|
In addition the number of logged informations when a rebase failed is reduced to a manegable size that does not grow exponentially. Resolves: neos#4545
In addition the number of logged informations when a rebase failed is reduced to a sane size that does not grow exponentially. Resolves: neos#4545
In addition the number of logged informations when a rebase failed is reduced to a sane size that does not grow exponentially. Resolves: neos#4545
do you need a migration to remove the existing garbage for your existing project? |
Nope. No migration needed in this case. And I already cleaned up those events anyway😉 |
Context: In a project the
WorkspaceRebaseFailed
event logged up to ~50MB of data in thepayload
database column.As discussed in Slack we want to:
The text was updated successfully, but these errors were encountered: