sydent icon indicating copy to clipboard operation
sydent copied to clipboard

Back-off retries for requests to `/3pid/onbind` against homeservers after a successful bind are not tested

Open anoadragon453 opened this issue 3 years ago • 1 comments

#552 fixed a bug where failed attempts to call PUT /_matrix/federation/v1/3pid/onbind by Sydent were not rescheduled properly (an exception was raised, and rescheduling the failed call thus never happened).

We should test that calls to /3pid/onbind are correctly retried in a back-off fashion if they fail.

Relevant code: https://github.com/matrix-org/sydent/blob/c09fe7af9484b358cf2374ba4ea0059956db127b/sydent/threepid/bind.py#L203-L219

anoadragon453 avatar Mar 01 '23 13:03 anoadragon453

For your information, this issue has been copied over to the Element fork of sydent: https://github.com/element-hq/sydent/issues/554

matrixbot avatar Jul 18 '25 14:07 matrixbot