Files
AutoGPT/autogpt_platform/backend
Swifty 6172f7b1f5 fix(backend): resolve chat session persistence race condition on sequence uniqueness
Compute message sequence numbers inside the database transaction rather
than trusting a pre-queried count, preventing UniqueViolationError when
multiple pods insert messages concurrently. Adds retry logic at both the
db batch-insert layer and the model upsert layer for defense in depth.
2026-02-06 09:55:15 +01:00
..