mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:56:06 -04:00
Track where event stream processing have gotten up to
This commit is contained in:
parent
ab825aa328
commit
92e34615c5
4 changed files with 24 additions and 0 deletions
|
@ -239,6 +239,10 @@ class TransactionQueue(object):
|
|||
"events", next_token
|
||||
)
|
||||
|
||||
synapse.metrics.event_processing_positions.set(
|
||||
next_token, "federation_sender",
|
||||
)
|
||||
|
||||
finally:
|
||||
self._is_processing = False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue