diff options
author | Eric Eastwood <erice@element.io> | 2022-09-15 14:40:49 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-15 14:40:49 -0500 |
commit | 140af0cdb653bc2fef9474af06a5c5b525073998 (patch) | |
tree | 58fc61eb6a5803946bc3084b89cdcc0da93cf01c /changelog.d | |
parent | Support providing an index predicate for upserts. (#13822) (diff) | |
download | synapse-140af0cdb653bc2fef9474af06a5c5b525073998.tar.xz |
Record any exception when processing a pulled event (#13814)
Part of https://github.com/matrix-org/synapse/issues/13700 and https://github.com/matrix-org/synapse/issues/13356 Follow-up to https://github.com/matrix-org/synapse/pull/13589
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13589.feature | 2 | ||||
-rw-r--r-- | changelog.d/13814.feature | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/13589.feature b/changelog.d/13589.feature index 78fa1ddb52..a5ea2bc82e 100644 --- a/changelog.d/13589.feature +++ b/changelog.d/13589.feature @@ -1 +1 @@ -Keep track when we attempt to backfill an event but fail so we can intelligently back-off in the future. +Keep track when we fail to process a pulled event over federation so we can intelligently back-off in the future. diff --git a/changelog.d/13814.feature b/changelog.d/13814.feature new file mode 100644 index 0000000000..a5ea2bc82e --- /dev/null +++ b/changelog.d/13814.feature @@ -0,0 +1 @@ +Keep track when we fail to process a pulled event over federation so we can intelligently back-off in the future. |