File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -195,12 +195,12 @@ def __init__(
195
195
identity is used.
196
196
max_cached_workflows: If nonzero, workflows will be cached and
197
197
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``.
200
200
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``.
202
202
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``.
204
204
tuner: Provide a custom :py:class:`WorkerTuner`. Mutually exclusive with the
205
205
``max_concurrent_workflow_tasks``, ``max_concurrent_activities``, and
206
206
``max_concurrent_local_activities`` arguments.
You can’t perform that action at this time.
0 commit comments