matrix-org / sygnal

Sygnal: reference Push Gateway for Matrix
Apache License 2.0
155 stars 140 forks source link

service crashes intermittently Matrix #310

Open cosskay opened 2 years ago

cosskay commented 2 years ago

Good afternoon, after installation, the Matrix service periodically falls. Included the level in the logs Debug showed that after the deletion of expired sessions, the service falls.

2022-06-30 12:14:20,550 - synapse.storage.txn - 693 - DEBUG - update_client_ips-12238 - [TXN END] {_update_client_ips_batch-af66e} 0.000198 sec
2022-06-30 12:14:20,552 - synapse.storage.txn - 590 - DEBUG - prune_old_user_ips-12238 - [TXN START] {_prune_old_user_ips-af66f}
2022-06-30 12:14:20,555 - synapse.storage.txn - 693 - DEBUG - prune_old_user_ips-12238 - [TXN END] {_prune_old_user_ips-af66f} 0.002943 sec
2022-06-30 12:14:21,594 - synapse.handlers.typing - 98 - DEBUG - typing._handle_timeouts-12238 - Checking for typing timeouts
2022-06-30 12:14:21,594 - synapse.handlers.presence - 878 - DEBUG - handle_presence_timeouts-12232 - Handling presence timeouts
2022-06-30 12:14:21,595 - synapse.util.metrics - 152 - DEBUG - handle_presence_timeouts-12232 - Entering block presence_update_states
2022-06-30 12:14:21,595 - synapse.util.metrics - 165 - DEBUG - handle_presence_timeouts-12232 - Exiting block presence_update_states
2022-06-30 12:14:49,778 - synapse.storage.txn - 590 - DEBUG - delete_expired_sessions-33 - [TXN START] {delete_expired_sessions-af670}
richvdh commented 1 year ago

What do you mean by "the Matrix service periodically falls"?

The logs you have pasted do not look like they come from sygnal.