Skip to content

Commit 88cdd10

Browse files
committed
Improve existing docstrings
1 parent b801044 commit 88cdd10

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

temporalio/worker/_worker.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -195,12 +195,12 @@ def __init__(
195195
identity is used.
196196
max_cached_workflows: If nonzero, workflows will be cached and
197197
sticky task queues will be used.
198-
max_concurrent_workflow_tasks: Maximum allowed number of workflow
199-
tasks that will ever be given to this worker at one time. Mutually exclusive with ``tuner``.
198+
max_concurrent_workflow_tasks: Maximum allowed number of
199+
tasks that will ever be given to the workflow worker at one time. Mutually exclusive with ``tuner``.
200200
max_concurrent_activities: Maximum number of activity tasks that
201-
will ever be given to this worker concurrently. Mutually exclusive with ``tuner``.
201+
will ever be given to the activity worker concurrently. Mutually exclusive with ``tuner``.
202202
max_concurrent_local_activities: Maximum number of local activity
203-
tasks that will ever be given to this worker concurrently. Mutually exclusive with ``tuner``.
203+
tasks that will ever be given to the activity worker concurrently. Mutually exclusive with ``tuner``.
204204
tuner: Provide a custom :py:class:`WorkerTuner`. Mutually exclusive with the
205205
``max_concurrent_workflow_tasks``, ``max_concurrent_activities``, and
206206
``max_concurrent_local_activities`` arguments.

0 commit comments

Comments
 (0)