Implement handling for SIGINT and SIGTERM #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Issue description
Currently, the bot does not respect
SIGINTandSIGTERMsignals.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.