From 27df82ee2f4606d4b3d0c334ee07932a67485f13 Mon Sep 17 00:00:00 2001 From: Stephan Geulette Date: Wed, 2 Oct 2024 18:47:08 +0200 Subject: [PATCH] Added BATCHING in README --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index f83ee47..bc0813d 100644 --- a/README.rst +++ b/README.rst @@ -112,6 +112,8 @@ Tips & examples Can be used to split migration in multiple runs. * -v FUNC_PARTS=abc -v BATCH_TOTALS=b:2100,c:2000 -v BATCH=1000 : calls the specified parts in batch following totals. Sub calls as ENV FUNC_PART=a (one time), ENV FUNC_PART=b (3 times), ENV FUNC_PART=C (2 times) +* -v FUNC_PARTS=abc -v BATCHING=bc -v BATCH=1000 : calls the specified parts with automatic batching. + Sub calls as ENV FUNC_PART=a (one time), ENV FUNC_PART=b (x times), ENV FUNC_PART=C (y times) Multiple options: