Child processes die when request is made for tile with no assets #1216
Unanswered
JayBigGuy10
asked this question in
Q&A
Replies: 1 comment
-
I can't replicate the issue locally @JayBigGuy10 to me the process doesn't die and the container is still able to handle other requests 🤷 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem description
I am loading this mosaic json NOAA_Nashville_Tornado.json from /mosaicjson/tiles/WebMercatorQuad/{z}/{x}/{y}@1x?url= on a page with nothing but a leaflet map on it
Whenever the view is not able to be completely filled by the mosaicJson processes die in the docker container
Expected Output
Processes dont randomly die
Environment Information
Docker for windows
docker run --platform=linux/amd64 -p 8000:8000 -e AWS_NO_SIGN_REQUEST=True -e AWS_ACCESS_KEY_ID=xxx -e AWS_SECRET_ACCESS_KEY=xxx --rm -it ghcr.io/developmentseed/titiler:latest uvicorn titiler.application.main:app --host 0.0.0.0 --port 8000 --workers 8
Beta Was this translation helpful? Give feedback.
All reactions