mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Reworked graceful shutdown
This commit is contained in:
parent
157df969d3
commit
d8368cbebe
2 changed files with 101 additions and 47 deletions
2
Makefile
2
Makefile
|
|
@ -23,7 +23,7 @@ clean:
|
|||
rm -rf *.egg-info
|
||||
rm -f report.html
|
||||
rm -f .coverage
|
||||
rm -rf {build,dist,site,.cache,.mypy_cache,reports}
|
||||
rm -rf {build,dist,site,.cache,.mypy_cache,.ruff_cache,reports}
|
||||
|
||||
# =================================================================================================
|
||||
# Code quality
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue