Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically detect if lifespan is supported #62

Closed
jordaneremieff opened this issue Oct 27, 2019 · 3 comments
Closed

Automatically detect if lifespan is supported #62

jordaneremieff opened this issue Oct 27, 2019 · 3 comments
Labels
feature New feature or request improvement Improve an existing feature

Comments

@jordaneremieff
Copy link
Owner

No description provided.

@jordaneremieff jordaneremieff added feature New feature or request improvement Improve an existing feature labels Oct 27, 2019
@hoIIer
Copy link

hoIIer commented Jan 7, 2020

Is there any more documentation from aws or here that explains what lifespan is or what enabling it means for the asgi app? Is it to keep the app instance running for the entire lifetime of the lambda container?

@jordaneremieff
Copy link
Owner Author

@erichonkanen lifespan in this context refers to an ASGI sub-specification - you can read more about it here: https://asgi.readthedocs.io/en/latest/specs/lifespan.html.

@hoIIer
Copy link

hoIIer commented Jan 9, 2020

@ERM ah great, thank you! also thanks for updating the readme :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request improvement Improve an existing feature
Projects
None yet
Development

No branches or pull requests

2 participants