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
{{ message }}
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.
When calling lookup_node in websocket.py, an invalid uaid goes to log_failure and is not caught or handled appropriately. This is logged hundreds of thousands of times in sentry and should be handled.
The text was updated successfully, but these errors were encountered:
There's no need to log exceptions failing to save a message for a
user that has been deleted. Now a metric will be emitted instead.
This also tweaks the tox runner to no longer include object memory
tracking by default.
Closes#811
There's no need to log exceptions failing to save a message for a
user that has been deleted. Now a metric will be emitted instead.
This also tweaks the tox runner to no longer include object memory
tracking by default.
Closes#811
There's no need to log exceptions failing to save a message for a
user that has been deleted. Now a metric will be emitted instead.
This also tweaks the tox runner to no longer include object memory
tracking by default.
Closes#811
When calling lookup_node in websocket.py, an invalid uaid goes to log_failure and is not caught or handled appropriately. This is logged hundreds of thousands of times in sentry and should be handled.
The text was updated successfully, but these errors were encountered: