You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…atabase 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 <[email protected]>
H-Shay
pushed a commit
to H-Shay/hq_synapse
that referenced
this issue
May 31, 2024
…atabase usage. (element-hq#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
Closeselement-hq#17217.
---------
Signed-off-by: Olivier 'reivilibre <[email protected]>
Mic92
pushed a commit
to Mic92/synapse
that referenced
this issue
Jun 14, 2024
…atabase usage. (element-hq#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
Closeselement-hq#17217.
---------
Signed-off-by: Olivier 'reivilibre <[email protected]>
https://element-hq.github.io/synapse/latest/usage/administration/request_log.html?highlight=log%20line#request-log-format is very useful for HTTP requests, but for things that go into a background job, or into a task scheduled by the task scheduler, you don't get such statistics.
A somewhat 'obvious' and likely very useful enhancement would be to have a very similar log line describing completed tasks.
The text was updated successfully, but these errors were encountered: