Handle SIGHUP with Python asyncio
Python's asyncio enables a
variety of use cases and workflows. In this post we'll explore the ability to
send a SIGHUP signal so one async task (or more) can reload its configuration
and continue. It's similar in concept to the nginx -s reload
command where
nginx reloads its configuration without restarting.