Skip to content

Commit 7d32bb9

Browse files
committed
feat: added fragment file for issue #189 and #190
Signed-off-by: sushant-suse <[email protected]>
1 parent 0c206c9 commit 7d32bb9

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

changelog.d/189.feature.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Introduce the ``max_workers`` configuration key in the application config. This allows users to define concurrency limits using integers or hardware-aware keywords such as ``all``, ``half``, or ``all2``.

changelog.d/190.feature.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add a global CLI option ``-j``/``--workers`` to manage concurrency. This option overrides the configuration file and supports both explicit integer values and dynamic keywords (``all``, ``half``, ``all2``).

0 commit comments

Comments
 (0)