diff options
author | Erik Johnston <erikj@jki.re> | 2016-11-24 15:27:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-24 15:27:19 +0000 |
commit | 9192e593ec7a1501cda7df8ab79ecba586e5c3a2 (patch) | |
tree | 0c373f5d2d3e923065e2372018f1c0a4371bd4a4 | |
parent | Bump version and changelog (diff) | |
parent | Use correct var (diff) | |
download | synapse-9192e593ec7a1501cda7df8ab79ecba586e5c3a2.tar.xz |
Merge pull request #1650 from matrix-org/erikj/respect_ratelimited
Correctly handle 500's and 429 on federation
-rw-r--r-- | synapse/federation/transaction_queue.py | 7 | ||||
-rw-r--r-- | synapse/util/retryutils.py | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/synapse/federation/transaction_queue.py b/synapse/federation/transaction_queue.py |