Timeout for requests
mackonen opened this issue · 1 comments
mackonen commented
Describe the feature:
PyMilvus has a nice timeout setting for requests. Could we have the same for node?
Describe a specific use case for the feature:
I don't want my whole service to hang indefinitely if the milvus server doesn't respond for some reason.
shanghaikid commented
Describe the feature: PyMilvus has a nice timeout setting for requests. Could we have the same for node?
Describe a specific use case for the feature: I don't want my whole service to hang indefinitely if the milvus server doesn't respond for some reason.
Definitely , we need a timeout for this. We will add timeout soon. Thanks.