File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -371,7 +371,7 @@ class Scheduler(Task):
371
371
Any extra command line arguments to pass to dask-scheduler, e.g. ``["--tls-cert", "/path/to/cert.pem"]``
372
372
373
373
Defaults to `None`, no extra command line arguments.
374
- kwargs: Dict()
374
+ kwargs:
375
375
Other kwargs to be passed to :class:`Task`.
376
376
377
377
See :class:`Task` for parameter info.
@@ -413,7 +413,7 @@ class Worker(Task):
413
413
scheduler: str
414
414
The address of the scheduler
415
415
416
- kwargs: Dict()
416
+ kwargs:
417
417
Other kwargs to be passed to :class:`Task`.
418
418
"""
419
419
@@ -682,7 +682,7 @@ class ECSCluster(SpecCluster, ConfigMixin):
682
682
mounted in worker tasks. This setting controls whether volumes are also mounted in the scheduler task.
683
683
684
684
Default ``False``.
685
- **kwargs: dict
685
+ **kwargs:
686
686
Additional keyword arguments to pass to ``SpecCluster``.
687
687
688
688
Examples
@@ -1396,7 +1396,7 @@ class FargateCluster(ECSCluster):
1396
1396
1397
1397
Parameters
1398
1398
----------
1399
- kwargs: dict
1399
+ kwargs:
1400
1400
Keyword arguments to be passed to :class:`ECSCluster`.
1401
1401
1402
1402
Examples
You can’t perform that action at this time.
0 commit comments