-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Process previously failed backfill events in the background #15585
Process previously failed backfill events in the background #15585
Commits on May 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fd26164 - Browse repository at this point
Copy the full SHA fd26164View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5dc746 - Browse repository at this point
Copy the full SHA c5dc746View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fc47d8 - Browse repository at this point
Copy the full SHA 8fc47d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5d95f7 - Browse repository at this point
Copy the full SHA b5d95f7View commit details
Commits on May 16, 2023
-
Merge branch 'develop' into madlittlemods/process-previously-failed-e…
…vents-in-background
Configuration menu - View commit details
-
Copy full SHA for ebc93be - Browse repository at this point
Copy the full SHA ebc93beView commit details -
Always check for failed attempts
This function is used for backfill and when another server sends us a PDU. In either case, we're trying to avoid the costly state calculations to see if it's allowed so I think we should always do this check See #15585 (comment)
Configuration menu - View commit details
-
Copy full SHA for e13f5a9 - Browse repository at this point
Copy the full SHA e13f5a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70f5911 - Browse repository at this point
Copy the full SHA 70f5911View commit details -
Process all failed events as a sequential task in the background
To avoid events stacking up in parallel exhausting our resources. See #15585 (comment)
Configuration menu - View commit details
-
Copy full SHA for 45934fe - Browse repository at this point
Copy the full SHA 45934feView commit details -
Merge branch 'develop' into madlittlemods/process-previously-failed-e…
…vents-in-background
Configuration menu - View commit details
-
Copy full SHA for b1998d7 - Browse repository at this point
Copy the full SHA b1998d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93de856 - Browse repository at this point
Copy the full SHA 93de856View commit details -
Configuration menu - View commit details
-
Copy full SHA for 631d7db - Browse repository at this point
Copy the full SHA 631d7dbView commit details
Commits on May 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for beeccc3 - Browse repository at this point
Copy the full SHA beeccc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7eabc60 - Browse repository at this point
Copy the full SHA 7eabc60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7583c2c - Browse repository at this point
Copy the full SHA 7583c2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e101318 - Browse repository at this point
Copy the full SHA e101318View commit details -
Configuration menu - View commit details
-
Copy full SHA for 899fc34 - Browse repository at this point
Copy the full SHA 899fc34View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5aec4f - Browse repository at this point
Copy the full SHA b5aec4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6edd126 - Browse repository at this point
Copy the full SHA 6edd126View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4b8ff7 - Browse repository at this point
Copy the full SHA d4b8ff7View commit details
Commits on May 18, 2023
-
Merge branch 'develop' into madlittlemods/process-previously-failed-e…
…vents-in-background
Configuration menu - View commit details
-
Copy full SHA for 6a0ec9d - Browse repository at this point
Copy the full SHA 6a0ec9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d843557 - Browse repository at this point
Copy the full SHA d843557View commit details
Commits on May 23, 2023
-
Merge branch 'develop' into madlittlemods/process-previously-failed-e…
…vents-in-background Conflicts: synapse/handlers/federation_event.py
Configuration menu - View commit details
-
Copy full SHA for 75bec52 - Browse repository at this point
Copy the full SHA 75bec52View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4e1533 - Browse repository at this point
Copy the full SHA c4e1533View commit details
Commits on May 24, 2023
-
Co-authored-by: Patrick Cloke <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ec230a3 - Browse repository at this point
Copy the full SHA ec230a3View commit details -
Use a
set
for efficient lookupsSince we only use the result from `get_event_ids_with_failed_pull_attempts(...)` in lookups, we don't need to care about the order. See: - #15585 (comment) - #15585 (comment)
Configuration menu - View commit details
-
Copy full SHA for 22a69be - Browse repository at this point
Copy the full SHA 22a69beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65febed - Browse repository at this point
Copy the full SHA 65febedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6474b4e - Browse repository at this point
Copy the full SHA 6474b4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15527f7 - Browse repository at this point
Copy the full SHA 15527f7View commit details -
Add sanity check test that failed pull attempt events are still proce…
…ssed even if it is in the background See #15585 (comment)
Configuration menu - View commit details
-
Copy full SHA for d59615f - Browse repository at this point
Copy the full SHA d59615fView commit details
Commits on May 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 95ffa7c - Browse repository at this point
Copy the full SHA 95ffa7cView commit details -
Merge branch 'develop' into madlittlemods/process-previously-failed-e…
…vents-in-background
Configuration menu - View commit details
-
Copy full SHA for 50acf6a - Browse repository at this point
Copy the full SHA 50acf6aView commit details