- Mar 01, 2018
-
-
Erik Johnston authored
Improve caching for read_marker API
-
Erik Johnston authored
-
Erik Johnston authored
We add a new storage function to get a paritcular type of room account data. This allows us to prefill the cache when updating that acount data.
-
Erik Johnston authored
-
Erik Johnston authored
Move RoomMemberHandler out of Handlers
-
Erik Johnston authored
Split out stream store
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Calculate stream_ordering_month_ago correctly on workers
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Split up RoomStore
-
Richard van der Hoff authored
Rewrite make_deferred_yieldable avoiding inlineCallbacks
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Richard van der Hoff authored
... because (a) it's actually simpler (b) it might be marginally more performant?
-
Erik Johnston authored
Make repl send_event idempotent and retry on timeouts
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
If we treated timeouts as failures on the worker we would attempt to clean up e.g. push actions while the master might still process the event.
-
Erik Johnston authored
Calculate push actions on worker
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
- Feb 28, 2018
-
-
Erik Johnston authored
-
Erik Johnston authored
Move storage functions for push calculations
-
- Feb 27, 2018
-
-
Erik Johnston authored
This will allow push actions for an event to be calculated on workers.
-
Erik Johnston authored
Fix missing invalidations for receipt storage
-
Erik Johnston authored
Split out RoomMemberStore
-
Erik Johnston authored
Split AS stores
-
Erik Johnston authored
-
- Feb 26, 2018
-
-
Erik Johnston authored
Batch inserts into event_push_actions_staging
-
Erik Johnston authored
Ensure all push actions are deleted from staging
-
Erik Johnston authored
-
- Feb 23, 2018
-
-
Erik Johnston authored
-