reachlin
reachlin
is this problem fixed?
endless retrying, in this case 118, even the kafka server is ok. if we can fix the retry, then we won't see this problem on stop, i think. ``` [2021-12-17T00:45:57:708+0000Z]...
@dorner can we add a retry up limit? because most will run this in a container, if the container stops. the container will be started again. but if phobos keeps...
proposed pr, https://github.com/phobos/phobos/pull/144
@dorner thanks. how about now? recreate the client when retrying? https://github.com/phobos/phobos/pull/144/files
@dixudx ok, running travis now: https://travis-ci.org/reachlin/k8s0/builds/273147090
@dixudx how? this is on Travis...
so this is still sth. Travis has to fix for their docker image?
can't install langchain on aws lambda env. python3.9. if i use aws pandas layer, the image is too large, pls help ``` Function code combined with layers exceeds the maximum...
up to this point, i feel it's not wise to put langchain into a lambda. even the docker image works, it will be huge. i've already put it in another...