mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-25 13:06:30 -05:00
```py @trace @tag_args async def get_oldest_event_ids_with_depth_in_room(...) ... ``` Before this PR, you would see a warning in the logs and the span was not exported: ``` 2022-08-03 19:11:59,383 - synapse.logging.opentracing - 835 - ERROR - GET-0 - @trace may not have wrapped EventFederationWorkerStore.get_oldest_event_ids_with_depth_in_room correctly! The function is not async but returned a coroutine. ``` |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _remote.py | ||
| _terse_json.py | ||
| context.py | ||
| filter.py | ||
| formatter.py | ||
| handlers.py | ||
| opentracing.py | ||
| scopecontextmanager.py | ||