On 12/15/23 13:26, Mikhail Khludnev wrote:
FYI, providing the logs attached, the code already sends docs in 1K batch.
That's not obvious to me: the docs are being fetched in 1K batches from the DB and passed on to some "solr" library that may or may not be doing "helpful" stuff under the hood.
FWIW ''' requests.post(URL, HDRS, json.dumps(docs_list)) ''' works just as well. Dima