nc.Request nats: timeout
#1628
Unanswered
tamis-laan
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Just some things to double check. Make sure your program is bound to the same account and the NATS cli. Also check that the payload you send from your program is not crashing the service. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to expose an ML model using nats python and calling it through the go client:
However I get the error
nats: timeout
.Using the nats comandline I can make a successful request:
nats request nlp.sec '["I am the first sentence.", "I am the second"]'
and it returns an answer under 1 second. So I'm not sure where this timeout is comming from. The timeout is to 4 seconds on the request and I have set the timeout on the client to 10 seconds:
So I'm not sure what this timeout is refering to...
Beta Was this translation helpful? Give feedback.
All reactions