Skip to content

Commit

Permalink
Added BATCHING in README
Browse files Browse the repository at this point in the history
  • Loading branch information
sgeulette committed Oct 2, 2024
1 parent 78aae36 commit 27df82e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 27df82e

Please sign in to comment.