Closed Zerotask closed 11 months ago
That's just a warning, your app should be served correctly. Granian expects ASGI/3 interfaces, and lifespan is a part of the protocol. If the application doesn't support lifespan then Granian will just trigger that warning and keep going on.
We might consider to add an option to disable lifespan, but I'm gonna close this as it doesn't really cause any malfunctioning.
It would be great to have an option to disable lifespan. We're using Sentry and this warning is the reason our quota depletes after a few days making Sentry useless for us at the moment.
@Zerotask with 1.2.0 you can use --interface asginl
Thank you :) Already updated
I'm using Django with ASGI granian 0.7.3:
and I noticed the following in my Debian based docker container:
I don't know if this issue is related to granian or the Sentry SDK.