summary refs log tree commit diff
path: root/changelog.d/17219.feature (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add logging to tasks managed by the task scheduler, showing CPU and database ↵reivilibre2024-05-221-0/+1
usage. (#17219) The log format is the same as the request log format, except: - fields that are specific to HTTP requests have been removed - the task's params are included at the end of the log line. These log lines are emitted: - when the task function finishes — both completion and failure (and I suppose it is possible for a task to become schedulable again?) - every 5 minutes whilst it is running Closes #17217. --------- Signed-off-by: Olivier 'reivilibre <oliverw@matrix.org>