Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Always mark remotes as up if we receive a signed request from them #2190
Conversation
erikjohnston
referenced this pull request
May 5, 2017
Merged
Handle exceptions thrown in handling remote device list updates #2189
erikjohnston
assigned
NegativeMjark
May 5, 2017
NegativeMjark
approved these changes
May 5, 2017
LGTM? Can we remove the code from the other place?
| + # alive | ||
| + retry_timings = yield self.store.get_destination_retry_timings(origin) | ||
| + if retry_timings and retry_timings["retry_last_ts"]: | ||
| + self.store.set_destination_retry_timings(origin, 0, 0) |
richvdh
May 5, 2017
Member
is it worth logging this?
Also: you need to either yield or preserve_fn on this I think
erikjohnston
assigned
richvdh
and unassigned
NegativeMjark
May 5, 2017
richvdh
approved these changes
May 5, 2017
bit unconvinced this belongs in the Authenticator, but lgtm
richvdh
assigned
erikjohnston
and unassigned
richvdh
May 5, 2017
erikjohnston
merged commit 27c28ea
into
develop
May 5, 2017
8 checks passed
Sytest Dendron (Commit)
Build #2080 origin/erikj/mark_remote_as_back_more succeeded in 9 min 39 sec
Details
Sytest Dendron (Merged PR)
Build finished.
Details
Sytest Postgres (Commit)
Build #2915 origin/erikj/mark_remote_as_back_more succeeded in 7 min 55 sec
Details
Sytest Postgres (Merged PR)
Build finished.
Details
Sytest SQLite (Commit)
Build #2984 origin/erikj/mark_remote_as_back_more succeeded in 5 min 27 sec
Details
Sytest SQLite (Merged PR)
Build finished.
Details
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
continuous-integration/travis-ci/push
The Travis CI build passed
Details
psaavedra
added a commit
to psaavedra/synapse
that referenced
this pull request
May 19, 2017
erikjohnston
deleted the
erikj/mark_remote_as_back_more
branch
Oct 26, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
erikjohnston commentedMay 5, 2017
At the moment, we only mark as up if we receive an event