aiogram / bot

This bot is used as example of usage aiogram framework and as admin-helper in our community chats.
https://t.me/aiogram_bot
MIT License
267 stars 56 forks source link

dockerized bot shuts down ungracefully #4

Closed eyev0 closed 4 years ago

eyev0 commented 4 years ago

Using entrypoint causes docker to spawn another process to execute python, and it doesn't receive stop signals. This leaves on_shutdown events unexecuted.