We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
eoAPI/infrastructure/aws/handlers/vector_handler.py
Lines 15 to 17 in 0798309
previously we were checking if we were in AWS Lambda to run the startup event but with the new lifespan method implemented in latest FastAPI (and used in tipg https://github.com/developmentseed/tipg/blob/main/tipg/main.py#L32-L59) we might have the same issue
startup
lifespan
ref:
The text was updated successfully, but these errors were encountered:
I confirmed this. There is no more app.router.startup for the tipg application 🤦
app.router.startup
tipg
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
eoAPI/infrastructure/aws/handlers/vector_handler.py
Lines 15 to 17 in 0798309
previously we were checking if we were in AWS Lambda to run the
startup
event but with the newlifespan
method implemented in latest FastAPI (and used in tipg https://github.com/developmentseed/tipg/blob/main/tipg/main.py#L32-L59) we might have the same issueref:
The text was updated successfully, but these errors were encountered: