Dima

Results 2 comments of Dima

Here is a workaround I am using (is not battle-tested much yet though): ```python @app.on_event("shutdown") async def shutdown(): await database.disconnect() if "gunicorn" in os.environ.get("SERVER_SOFTWARE", ""): loop = asyncio.get_event_loop() loop.add_signal_handler(signal.SIGQUIT, lambda...

> Hi, @dmrz! > > Hae you opened a bug in `pylint`? > Can you please post a link here? Hi! I didn't, since I am not sure yet what...