0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-28 22:08:54 +02:00
dendrite/roomserver/internal
Neil Alexander 532f445c4e
Remove roomserver input deadlines (#2144)
It isn't really clear that the deadlines actually help in any way. Currently we can use up our 2 minutes doing something, run out of context time and then return an error which causes the transaction to rollback and forgetting everything we've done. If the message came to us from NATS then we probably will end up retrying just to be in the same situation. We'd be really a lot better if we just spent the time reconciling the problem in the first place, and then we're much less likely to need to fetch those missing auth or prev events in the future.

Also includes matrix-org/gomatrixserverlib#287 so we don't wait so long for servers that are obviously dead.
2022-02-04 12:13:07 +00:00
..
helpers Full roomserver input transactional isolation (#2141) 2022-02-04 10:39:34 +00:00
input Remove roomserver input deadlines (#2144) 2022-02-04 12:13:07 +00:00
perform PerformInvite: bugfix and rejig control flow (#2137) 2022-02-02 13:30:48 +00:00
query Roomserver/federation input refactor (#2104) 2022-01-27 14:29:14 +00:00
alias.go Various alias fixes (#1934) 2021-07-21 16:53:50 +01:00
api.go Use pull consumers (#2140) 2022-02-02 13:32:48 +00:00