fix: Re-introduce event fetch backoff #2201

Merged
nex merged 8 commits from nex/fix/state-fetch-backoff into main 2026-09-01 16:24:18 +00:00

8 commits

Author SHA1 Message Date
36abe7ba66
fix: Re-invert prev events filter in fetch_prev_events
All checks were successful
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 7s
Documentation / Build and Deploy Documentation (pull_request) Successful in 1m16s
Checks / Prek / Check changed files (pull_request) Successful in 7s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 1m18s
Checks / Prek / Clippy and Cargo Tests (pull_request) Successful in 8m1s
2026-08-29 14:40:17 +01:00
ffff986763
fix: Don't increment backoff if we're still in backoff
All checks were successful
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 14s
Documentation / Build and Deploy Documentation (pull_request) Successful in 1m23s
Checks / Prek / Check changed files (pull_request) Successful in 8s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 1m26s
Checks / Prek / Clippy and Cargo Tests (pull_request) Successful in 8m8s
2026-08-28 16:38:22 +01:00
6cfbb41a42
chore: Add newsfrag
All checks were successful
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 8s
Documentation / Build and Deploy Documentation (pull_request) Successful in 1m22s
Checks / Prek / Check changed files (pull_request) Successful in 7s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 1m27s
Update flake hashes / update-flake-hashes (pull_request) Successful in 1m31s
Checks / Prek / Clippy and Cargo Tests (pull_request) Successful in 12m14s
2026-08-28 16:08:30 +01:00
38d5032c49
fix: Actually check backoff before attempting to fetch prevs 2026-08-28 16:08:30 +01:00
33b3ded576
fix: Rebase properly 2026-08-28 16:08:30 +01:00
ec2837ac4e
style: Remove unused import and reformat 2026-08-28 16:08:29 +01:00
4bf2e97304
feat: Plumb event backoff into auth and prev fetchers 2026-08-28 16:08:29 +01:00
9010ccb51e
feat: Add pdu pull backoff
# Conflicts:
#	src/service/rooms/event_handler/mod.rs
2026-08-28 16:08:29 +01:00