Implement handling for SIGINT and SIGTERM #7

Open
opened 2025-09-18 15:49:18 +02:00 by official-Cromatin · 0 comments
official-Cromatin commented 2025-09-18 15:49:18 +02:00 (Migrated from github.com)

Issue description

Currently, the bot does not respect SIGINT and SIGTERM signals.
When running the bot inside a container or as a service, this is especially cumbersome.

As the process keeps running until eventually a timeout is reached and the process is forcefully terminated.

### Issue description Currently, the bot does not respect `SIGINT` and `SIGTERM` signals. When running the bot inside a container or as a service, this is especially cumbersome. As the process keeps running until eventually a timeout is reached and the process is forcefully terminated.
Sign in to join this conversation.