-
Couldn't load subscription status.
- Fork 12
Upgrade to latest stac-fastapi-pgstac #195
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
Conversation
c8535b1 to
6667d37
Compare
|
Debugging here. Locally it works, but the CI tests starts failing once we upgrade |
did you try 5.0.1 ? |
|
Yes, I tried the latest It might be related to this line which is not being called locally... |
|
🤔 I don't see anything that changed between 3.x and 5.x in the docker image itself there might be some logic change in the log but we don't see them in the actions Are we mounting the app with a root-path or prefix? maybe |
d7b1ec3 to
77e2b58
Compare
|
Checked the logs, again we come back to the problem: |
|
After over 10 minutes we it works, but then the pipeline already failed. |
|
@pantierra might be worth setting Otherwise the number of connections become |
|
After talking on meet with @pantierra we think this is linked to The fix would be to relax the |
ae8a5c0 to
a692a5c
Compare
a692a5c to
909356d
Compare
|
This works now. I also checked that the deployment has no |
| done | ||
| echo "vector service has started, moving on..." | ||
| while [[ -z "$(kubectl get pod | grep "^stac-$RELEASE_NAME-.*$" | cut -d' ' -f1 | xargs -I{} kubectl logs pod/{} | grep "GET /_mgmt/ping" | head -n 1)" ]]; do | ||
| while [[ -z "$(kubectl get pod | grep "^stac-$RELEASE_NAME-.*$" | cut -d' ' -f1 | xargs -I{} kubectl logs pod/{} | grep "GET /stac/_mgmt/ping" | head -n 1)" ]]; do |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would love to understand why the other don't need this... but I'll just put that on my infinite todo list
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The other also need it, after updates...! They now all run on:
/raster/vector/stac
No description provided.