coiled 1.127.1.dev4__py3-none-any.whl → 1.127.1.dev6__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of coiled might be problematic. Click here for more details.
- coiled/types.py +10 -0
- {coiled-1.127.1.dev4.dist-info → coiled-1.127.1.dev6.dist-info}/METADATA +1 -1
- {coiled-1.127.1.dev4.dist-info → coiled-1.127.1.dev6.dist-info}/RECORD +6 -6
- {coiled-1.127.1.dev4.dist-info → coiled-1.127.1.dev6.dist-info}/WHEEL +0 -0
- {coiled-1.127.1.dev4.dist-info → coiled-1.127.1.dev6.dist-info}/entry_points.txt +0 -0
- {coiled-1.127.1.dev4.dist-info → coiled-1.127.1.dev6.dist-info}/licenses/LICENSE +0 -0
coiled/types.py
CHANGED
|
@@ -435,10 +435,20 @@ class AWSOptions(BackendOptions, total=False):
|
|
|
435
435
|
If possible, this will attempt to put workers in the same cluster placement group (in theory this can
|
|
436
436
|
result in better network between workers, since they'd be physically close to each other in datacenter,
|
|
437
437
|
though we haven't seen this to have much benefit in practice).
|
|
438
|
+
use_worker_placement_group:
|
|
439
|
+
Cluster placement group for only the workers, not the scheduler.
|
|
440
|
+
use_efa
|
|
441
|
+
Attach Elastic Fabric Adaptor for faster inter-connect between instances.
|
|
442
|
+
Only some instance types are supported.
|
|
443
|
+
use_worker_efa
|
|
444
|
+
Attach Elastic Fabric Adaptor only on cluster workers, not the scheduler.
|
|
438
445
|
"""
|
|
439
446
|
|
|
440
447
|
keypair_name: Optional[str]
|
|
441
448
|
use_placement_group: Optional[bool]
|
|
449
|
+
use_worker_placement_group: Optional[bool]
|
|
450
|
+
use_efa: Optional[bool]
|
|
451
|
+
use_worker_efa: Optional[bool]
|
|
442
452
|
|
|
443
453
|
|
|
444
454
|
class GCPOptions(BackendOptions, total=False):
|
|
@@ -22,7 +22,7 @@ coiled/software.py,sha256=eh3kZ8QBuIt_SPvTy_x6TXEv87SGqOJkO4HW-LCSsas,8701
|
|
|
22
22
|
coiled/software_utils.py,sha256=JqGO8nstm0Hi-UCIBhHa25reNeVO-XOnv5eLoIyRcBo,40367
|
|
23
23
|
coiled/spans.py,sha256=Aq2MOX6JXaJ72XiEmymPcsefs-kID85MEw6t-kOdPWI,2078
|
|
24
24
|
coiled/spark.py,sha256=kooZCZT4dLMG_AQEOlaf6gj86G3UdowDfbw-Eiq94MU,9059
|
|
25
|
-
coiled/types.py,sha256=
|
|
25
|
+
coiled/types.py,sha256=mpYmhX9FGoe_pE_GU8Nx2nZXdwbn-DBSHYXl87ferjM,14442
|
|
26
26
|
coiled/utils.py,sha256=WalMzNUbjVUJvAMgXaTTyDC0HPSM_zsHiYRHK7lmkkk,78514
|
|
27
27
|
coiled/websockets.py,sha256=BaCNiOgPVtm55R_rf1TK78tzoFSKLp4z2UCW7S57iNA,5956
|
|
28
28
|
coiled/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -95,8 +95,8 @@ coiled/v2/widgets/__init__.py,sha256=Bt3GHTTyri-kFUaqGRVydDM-sCg5NdNujDg2RyvgV8U
|
|
|
95
95
|
coiled/v2/widgets/interface.py,sha256=YeMQ5qdRbbpM04x9qIg2LE1xwxyRxFbdDYnkrwHazPk,301
|
|
96
96
|
coiled/v2/widgets/rich.py,sha256=3rU5-yso92NdeEh3uSvEE-GwPNyp6i0Nb5PE5czXCik,28974
|
|
97
97
|
coiled/v2/widgets/util.py,sha256=Y8qpGqwNzqfCzgyRFRy7vcscBoXqop-Upi4HLPpXLgg,3120
|
|
98
|
-
coiled-1.127.1.
|
|
99
|
-
coiled-1.127.1.
|
|
100
|
-
coiled-1.127.1.
|
|
101
|
-
coiled-1.127.1.
|
|
102
|
-
coiled-1.127.1.
|
|
98
|
+
coiled-1.127.1.dev6.dist-info/METADATA,sha256=Rs1ae1lx_APt3lx3tQLUeV3gWiRneFb26rMGGiNkeMg,2181
|
|
99
|
+
coiled-1.127.1.dev6.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
100
|
+
coiled-1.127.1.dev6.dist-info/entry_points.txt,sha256=C8dz1ST_bTlTO-kNvuHBJQma9PyJPotg0S4xpPt5aHY,47
|
|
101
|
+
coiled-1.127.1.dev6.dist-info/licenses/LICENSE,sha256=ZPwVR73Biwm3sK6vR54djCrhaRiM4cAD2zvOQZV8Xis,3859
|
|
102
|
+
coiled-1.127.1.dev6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|