diff options
author | 2020-12-13 10:40:56 +0100 | |
---|---|---|
committer | 2020-12-13 10:40:56 +0100 | |
commit | 0a91d49969600fa2d5f5b9e429ff693f3b94da72 (patch) | |
tree | 1edb48462f20fbc767de18c651a9ea7cdd083c7c /bot/__main__.py | |
parent | Merge pull request #541 from janine9vn/aoc2020 (diff) |
Add callback to log errors in AoC background tasks
Currently, our Advent of Code background tasks fail without logging
errors or printing error messages. This makes it difficult to debug the
errors and means that they may fail silently.
While we should ideally find the root cause that hides such errors, I've
added a done_callback function in the meantime to help us debug the
current issues with the Advent of Code Notification Task.
Diffstat (limited to 'bot/__main__.py')
0 files changed, 0 insertions, 0 deletions