summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorNick Mills-Barrett <nick@beeper.com>2022-03-09 14:53:28 +0000
committerGitHub <noreply@github.com>2022-03-09 14:53:28 +0000
commit180d8ff0d4d706344fa984abbd9ed6fa02ca13dc (patch)
treea754d6cea21ac3466287eb19d26a315b62bf9729 /changelog.d
parentSkip attempt to get state at backwards-extremities (#12173) (diff)
downloadsynapse-180d8ff0d4d706344fa984abbd9ed6fa02ca13dc.tar.xz
Retry some http replication failures (#12182)
This allows for the target process to be down for around a minute
which provides time for restarts during synapse upgrades/config updates.

Closes: #12178

Signed off by Nick Mills-Barrett nick@beeper.com
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12182.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12182.misc b/changelog.d/12182.misc
new file mode 100644
index 0000000000..7e9ad2c752
--- /dev/null
+++ b/changelog.d/12182.misc
@@ -0,0 +1 @@
+Retry HTTP replication failures, this should prevent 502's when restarting stateful workers (main, event persisters, stream writers). Contributed by Nick @ Beeper.