- Feb 09, 2018
-
-
Richard van der Hoff authored
... to avoid locking the table for too long
-
Richard van der Hoff authored
Add a flag which makes the purger delete local events
-
Richard van der Hoff authored
it was a bit of a non-sequitur there
-
Richard van der Hoff authored
this thing takes ages and the only sign of any progress is the logs, so having some logs is useful.
-
Richard van der Hoff authored
(beacause it deletes more than state)
-
- Jan 29, 2018
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
- Jan 22, 2018
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
- Jan 20, 2018
-
-
Richard van der Hoff authored
In particular I hope this will help the pusher, which makes many requests to sygnal, and is currently negotiating SSL for each one.
-
- Jan 18, 2018
-
-
Richard van der Hoff authored
... which I introduced in #2785
-
Richard van der Hoff authored
better exception logging in callbackmetrics
-
Richard van der Hoff authored
when we fail to render a metric, give a clue as to which metric it was
-
- Jan 17, 2018
-
-
Richard van der Hoff authored
Log room when doing state resolution
-
Richard van der Hoff authored
Mostly because it helps figure out what is prompting the resolution
-
Erik Johnston authored
Keep track of last access time for local media
-
Matthew Hodgson authored
fix SQL when searching all users
-
Richard van der Hoff authored
Split resolve_events into two functions
-
Matthew Hodgson authored
-
Richard van der Hoff authored
... so that the return type doesn't depend on the arg types
-
Erik Johnston authored
-
Richard van der Hoff authored
Track DB scheduling delay per-request
-
Richard van der Hoff authored
Sanity checking for user ids
-
Richard van der Hoff authored
Check the user_id passed to a couple of APIs for validity, to avoid "IndexError: list index out of range" exception which looks scary and results in a 500 rather than a more useful error. Fixes #1432, among other things
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Track db txn time in millisecs
-
Richard van der Hoff authored
Fix 'NoneType' object has no attribute 'writeHeaders'
-
Richard van der Hoff authored
rework runInteraction in terms of runConnection
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Optimise LoggingContext creation and copying
-
Richard van der Hoff authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Fix thumbnailing remote files
-
Erik Johnston authored
-
- Jan 16, 2018
-
-
Richard van der Hoff authored
Avoid throwing a (harmless) exception when we try to write an error response to an http request where the client has disconnected. This comes up as a CRITICAL error in the logs which tends to mislead people into thinking there's an actual problem
-
Richard van der Hoff authored
For each request, track the amount of time spent waiting for a db connection. This entails adding it to the LoggingContext and we may as well add metrics for it while we are passing.
-
Richard van der Hoff authored
-