Skip to content

Commit

Permalink
Don't pass reconnect from Nanny
Browse files Browse the repository at this point in the history
The Nanny can still restart the worker process.
  • Loading branch information
gjoseph92 committed May 18, 2022
1 parent 049298e commit 3ce0c96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion distributed/nanny.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,6 @@ async def instantiate(self) -> Status:
nanny=self.address,
name=self.name,
memory_limit=self.memory_manager.memory_limit,
reconnect=self.reconnect,
resources=self.resources,
validate=self.validate,
silence_logs=self.silence_logs,
Expand Down

0 comments on commit 3ce0c96

Please sign in to comment.