Quantcast
Channel: Weaviate Community Forum - Latest posts
Viewing all articles
Browse latest Browse all 3605

Write Timeout for Batch Vectorization in Docker – TLS & Container Restart Issues

$
0
0

Hey @Volvo

It’s great to have you in our community!

Have you tried to reduce the parallel processes to 1 or 2, or limit it to 100 objects at a time. It’s also worth checking that your network latency is good.

I’d also suggest ensuring the resources are sufficient in your cluster. Also, try increasing the connection timeout for Weaviate, especially for inserts:

additional_config=AdditionalConfig(
timeout=Timeout(init=30, query=240, insert=240),
)

Regarding TLS configuration, please see the following example from my colleague @DudaNogueira regarding SSL/TLS

Regards,
Mohamed Shahin
Support Engineer


Viewing all articles
Browse latest Browse all 3605

Trending Articles