Write a dead loop with `asyncio.sleep(1)` and log something, reload NGINX and the loop wouldn't stop.
Write a dead loop with
asyncio.sleep(1)and log something, reload NGINX and the loop wouldn't stop.