This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Process previously failed backfill events in the background #13623
Labels
A-Federation
A-Messages-Endpoint
/messages client API endpoint (`RoomMessageListRestServlet`) (which also triggers /backfill)
A-Performance
Performance, both client-facing and admin-facing
O-Uncommon
Most users are unlikely to come across this or unexpected workflow
S-Minor
Blocks non-critical functionality, workarounds exist.
T-Enhancement
New features, changes in functionality, improvements in performance, or user-facing enhancements.
Milestone
After #13621, we will know if we have previously tried to backfill event and it failed. When we decide to backfill that event again, we should process it in the background so it doesn't block and make
/messages
slow when we know it will probably fail again.Follow-up to #13621 and #13622
Part of making
/messages
faster: #13356The text was updated successfully, but these errors were encountered: