summary refs log tree commit diff
path: root/synapse/util/retryutils.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make work in both Maria and SQLite. Fix testsErik Johnston2015-04-011-1/+1
* Remove unused importErik Johnston2015-02-181-2/+0
* Remove spurious comma. Remove temp run_on_reactorErik Johnston2015-02-181-2/+1
* Temporarily add a run_on_reactor() callErik Johnston2015-02-181-0/+3
* s/self._clock/self.clock/Erik Johnston2015-02-181-1/+1
* More docsErik Johnston2015-02-181-1/+5
* Docs.Erik Johnston2015-02-181-1/+33
* Try to only back off if we think we failed to connect to the remoteErik Johnston2015-02-171-2/+8
* Only update destination_retry_timings if we have succeeded when retryingErik Johnston2015-02-171-0/+3
* Remove spurious selfErik Johnston2015-02-171-1/+1
* Add per server retry limiting.Erik Johnston2015-02-171-0/+108