Skip to content

Commit 3ce0c96

Browse files
committed
Don't pass reconnect from Nanny
The Nanny can still restart the worker process.
1 parent 049298e commit 3ce0c96

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

distributed/nanny.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,6 @@ async def instantiate(self) -> Status:
387387
nanny=self.address,
388388
name=self.name,
389389
memory_limit=self.memory_manager.memory_limit,
390-
reconnect=self.reconnect,
391390
resources=self.resources,
392391
validate=self.validate,
393392
silence_logs=self.silence_logs,

0 commit comments

Comments
 (0)