Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Port storage/ to Python 3 (#3725) | Amber Brown | 2018-08-31 | 1 | -4/+5 |
* | Pull in necessary stores in federation_reader | Erik Johnston | 2018-08-06 | 1 | -1/+0 |
* | Move necessary storage functions to worker classes | Erik Johnston | 2018-08-06 | 1 | -0/+84 |
* | Merge branch 'master' into develop | Richard van der Hoff | 2018-08-02 | 1 | -6/+14 |
|\ | |||||
| * | Avoid extra db lookups | Richard van der Hoff | 2018-08-02 | 1 | -6/+14 |
* | | Run things as background processes | Richard van der Hoff | 2018-07-18 | 1 | -4/+6 |
|/ | |||||
* | Attempt to include db threads in cpu usage stats (#3496) | Richard van der Hoff | 2018-07-10 | 1 | -1/+2 |
* | Add CPU metrics for _fetch_event_list | Richard van der Hoff | 2018-07-09 | 1 | -19/+32 |
* | run isort | Amber Brown | 2018-07-09 | 1 | -13/+12 |
* | Attempt to be more performant on PyPy (#3462) | Amber Brown | 2018-06-28 | 1 | -1/+2 |
* | Merge pull request #3419 from matrix-org/rav/events_per_request | Richard van der Hoff | 2018-06-22 | 1 | -0/+4 |
|\ | |||||
| * | Indirect evt_count updates via method call | Richard van der Hoff | 2018-06-22 | 1 | -1/+1 |
| * | Log number of events fetched from DB | Richard van der Hoff | 2018-06-21 | 1 | -0/+4 |
* | | Pass around the reactor explicitly (#3385) | Amber Brown | 2018-06-22 | 1 | -3/+3 |
|/ | |||||
* | Misc. py3 fixes | Adrian Tschira | 2018-05-24 | 1 | -1/+1 |
* | Use run_in_background in preference to preserve_fn | Richard van der Hoff | 2018-04-27 | 1 | -2/+3 |
* | Format docstring | Erik Johnston | 2018-04-12 | 1 | -2/+3 |
* | Doc we raise on unknown event | Erik Johnston | 2018-04-12 | 1 | -2/+3 |
* | Track last processed event received_ts | Erik Johnston | 2018-04-11 | 1 | -0/+18 |
* | Replace some ujson with simplejson to make it work | Erik Johnston | 2018-03-16 | 1 | -1/+1 |
* | Split EventsWorkerStore into separate file | Erik Johnston | 2018-02-23 | 1 | -0/+395 |