jina-ai / executor-normalizer

Jina executor package normalizer
5 stars 0 forks source link

Normalizer is crashing when running `generate` #64

Open nomagick opened 1 year ago

nomagick commented 1 year ago

INFO:     192.168.71.16:54066 - "GET /ping HTTP/1.1" 200 OK
INFO:     192.168.71.16:54068 - "GET /ping HTTP/1.1" 200 OK
INFO:     192.168.71.16:54102 - "GET /ping HTTP/1.1" 200 OK
INFO:     192.168.71.16:54104 - "GET /ping HTTP/1.1" 200 OK
🔐 You are not logged in to Jina AI. To log in, use jina auth login or set env 
variable JINA_AUTH_TOKEN.
INFO   Flow@12 K8s yaml files have been created under        [01/17/23 14:07:46]
       [b]/tmp/tmp4rl9f4db[/]. You can use it by running                        
       [b]kubectl apply -R -f /tmp/tmp4rl9f4db[/]                               
2023-01-17 14:07:47.355 | INFO     | server.routes.generator:generate:29 - {'payload': {'executor': 'AnnLiteIndexer/v0.5', 'type': 'k8s', 'protocol': 'grpc'}, 'time_at': '2023-01-17 14:06:46'}
INFO:     Shutting down
INFO:     Waiting for background tasks to complete. (CTRL+C to force quit)
2023-01-17 14:07:48.102 | INFO     | generator.core:clean:35 - Clean temp file: /tmp/tmpxyno77lf.zip
2023-01-17 14:07:48.102 | INFO     | generator.core:clean:37 - Clean successfully
INFO:     Waiting for application shutdown.
INFO:     Application shutdown complete.
INFO:     Finished server process [12]
INFO:     Stopping reloader process [1]```
nomagick commented 1 year ago

Maybe it's not responding to the port 8888 liveness probe for too long.

Liveness probe failed: Get "http://192.168.53.63:8888/ping": context deadline exceeded (Client.Timeout exceeded while awaiting headers)