You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have deployed jgontrum/spacyapi:en_v2 in kubernets. however I am failing to execute post requests even from inside the container:
e.g. curl -s localhost:80/models returns ['en']
the same works for curl -s localhost:8000/models
but when I am trying to do: curl -s localhost:80/dep -d '{"text":"Pastafarians are smarter than people with Coca Colabottles."}' I am getting timeout from the nginx:
<title>504 Gateway Time-out</title>
504 Gateway Time-out
nginx/1.10.3
The same request sent to the 8000 hangs forever:
The text was updated successfully, but these errors were encountered:
Thanks to @Matityahul PR, this issue seems to be fixed. However, TravisCI (which creates the Docker images) seems to hang during model downloads. I manually built the versions and pushed them, so the images on DockerHub should now be working again. I'll try to have a look into this within the next few days.
I have deployed jgontrum/spacyapi:en_v2 in kubernets. however I am failing to execute post requests even from inside the container:
<title>504 Gateway Time-out</title>e.g. curl -s localhost:80/models returns ['en']
the same works for curl -s localhost:8000/models
but when I am trying to do: curl -s localhost:80/dep -d '{"text":"Pastafarians are smarter than people with Coca Colabottles."}' I am getting timeout from the nginx:
504 Gateway Time-out
nginx/1.10.3 The same request sent to the 8000 hangs forever:
The text was updated successfully, but these errors were encountered: