achimnol / aiotools

Idiomatic asyncio utilties
https://aiotools.readthedocs.io
MIT License
154 stars 12 forks source link

server: graceful reload and restart via SIGHUP/SIGUSR1 signals #5

Open achimnol opened 7 years ago

achimnol commented 7 years ago

There may be required several design decision on what arguments to pass to callbacks and when to call them. Let's discuss and implement.

Suckzoo commented 7 years ago

https://github.com/achimnol/aiotools/pull/9