Retry /whois to allow for propagation/persistence delay#1222
Conversation
richvdh
left a comment
There was a problem hiding this comment.
is there any way for us to tighten this test - for example, let's say that as soon as /whois returns a 200, the body must be correct?
There is, but I'm not sure how to go about it: If How can I escape from |
517a561 to
7f5910f
Compare
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
Might solve #1180?
Motivated by matrix-org/synapse#12251, which moves the client IP persistence to a different worker than the one that handles /whois, so there is a propagation delay (when it's on the same worker, the information is enriched with unpersisted IPs).