Trap exceptions when posting to social media
authorMagnus Hagander <magnus@hagander.net>
Wed, 19 Jun 2024 14:51:47 +0000 (16:51 +0200)
committerMagnus Hagander <magnus@hagander.net>
Wed, 19 Jun 2024 14:51:47 +0000 (16:51 +0200)
commit57039dbe26f3b5abba8318262b78e5f6c9ca812e
tree8e5313ab45a33f47ea4bf789537b69093687b731
parentb45cd0aefe6bbae30957143803b19e2f508d427e
Trap exceptions when posting to social media

The providers themselves would catch some exceptions and turn them into
proper error messages, but for the cases where they don't, we want the
loop in the sender to do so for us and just log the exception message.
postgresqleu/util/messaging/sender.py