-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Performance problems with bridges with ephemeral events enabled #8903
Comments
There is also as well as |
Thought about this some more and we could save a lot of CPU by just adding a linearizer to |
I've stuck some tags on this that I think are appropriate. |
When I have this feature enable my app service worker logs get spammed with the following error It also results in several minutes delay before events are delivered to my app services. |
@kevinrademan Note that that indicates a higher increase in time that Synapse is waiting for database access. Thus in its current state this feature potentially has a high impact on database resources. |
See also #10836. |
A lot of these problems seem to happen at scale. This is what we saw when we restarted matrix.org with ephemeral events enabled for the OFTC bridge:
notify_interested_services_ephemeral
get_users_in_room
andset_type_stream_id_for_appservice
The text was updated successfully, but these errors were encountered: