serokell / tzbot

Timezone bot for Slack
Mozilla Public License 2.0
7 stars 2 forks source link

[#18] Check for errors resilience #47

Closed YuriRomanowski closed 1 year ago

YuriRomanowski commented 1 year ago

Problem: Currently, if unknown exception occurs (not BotException), the bot just goes down.

Solution: Add exception handlers, run graceful shutdown handler on UserInterrupt.

Description

Related issue(s)

Fixed #18

:white_check_mark: Checklist for your Pull Request

Related changes (conditional)

Stylistic guide (mandatory)