Not sure if this is possible (or advisable) - using Hypercorn w/ Django.
Would like to remove the ASGI Framework Lifespan error, continuing without Lifespan support warning from my log.
Uvicorn has the following config option:
--lifespan <str> - Set the Lifespan protocol implementation. Options: 'auto', 'on', 'off'. Default: 'auto'.
Is it possible to implement this in Hypercorn?
Not sure if this is possible (or advisable) - using Hypercorn w/ Django.
Would like to remove the
ASGI Framework Lifespan error, continuing without Lifespan supportwarning from my log.Uvicorn has the following config option:
Is it possible to implement this in Hypercorn?