You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(modkit-db): match PG serialization/deadlock by message, not only SQLSTATE code
sea-orm/sqlx put the condition in the error message text, not the numeric SQLSTATE, so the code-only substring match missed real 40001 serialization failures — concurrent tenant DELETE surfaced 500 instead of retry-to-idempotent. Adds canonical-message matching + tests.
Signed-off-by: Diffora <ddiffora@gmail.com>
0 commit comments