Joan Fontanals
Joan Fontanals
Hey @nhtlongcs, my question is how u plan to orchestrate these different Replicas in different machines? If one of these replicas go down, do you need it to be automatically...
Okey, we will take into consideration when designing this feature, thanks
Hello @Elvisambition , Where can I see the code of this `TFIDFVectorizer`?
You can always define the methods: ```python def __getstate__(self): def __setstate__(self, d): ``` to avoid pickling unpickable objects and to recreate them after unpickling
Hello @Elvisambition , Is this still an issue?
I will close for now, if you encounter the problem again, please reopen with more details
this is not so weird. A request failing is not necessarily a problem of the complete `Flow`. Can you show the exact stack trace?
You can use `check_input` method to make sure `inputs` will be valid. Can I ask for a reproducible example of some input that gives this behavior?
What about the `TODOS` in the code?
I think these names are confusing: ``` jina_request_size_bytes jina_send_request_bytes ``` Why one has `size` and not the `other`?