Skip to content

[hotfix] catch exceptions commonly thrown during crashes

context

  • since MR 14, we have observed a spike in channels crashing, usually around Manager.sendMessage

changes

  • this MR colllects all the most common exceptions we see in the logs when a channel crashes and catches them, in the (small) hope, this might reduce crashes
  • we will try running this week for a week and see!

--

cc @mari

Merge request reports