Frequent Creation of Threads by elastic.clients

You're still creating loads of separate client instances. Create one, and reuse it for every request.

1 Like