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