We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
SimpleStorageUnit
1 parent 14b5e83 commit 4e9ae22Copy full SHA for 4e9ae22
1 file changed
transfer_queue/interface.py
@@ -86,7 +86,6 @@ def _maybe_create_transferqueue_storage(conf: DictConfig) -> DictConfig:
86
placement_group=storage_placement_group,
87
placement_group_bundle_index=storage_unit_rank,
88
name=f"TransferQueueStorageUnit#{storage_unit_rank}",
89
- lifetime="detached",
90
).remote(
91
storage_unit_size=math.ceil(total_storage_size / num_data_storage_units),
92
)
0 commit comments