You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 21, 2025. It is now read-only.
#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.
#552 fixed a bug where failed attempts to call
PUT /_matrix/federation/v1/3pid/onbindby Sydent were not rescheduled properly (an exception was raised, and rescheduling the failed call thus never happened).We should test that calls to
/3pid/onbindare correctly retried in a back-off fashion if they fail.Relevant code:
sydent/sydent/threepid/bind.py
Lines 203 to 219 in c09fe7a