File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ index 376f2a1c..10af475a 100755
3636 host=host,
3737 dashboard=dashboard,
3838diff --git a/distributed/worker.py b/distributed/worker.py
39- index 18a91668..ba398b6c 100644
39+ index 18a91668..ae38302d 100644
4040--- a/distributed/worker.py
4141+++ b/distributed/worker.py
4242@@ -413,6 +413,7 @@ class Worker(ServerNode):
@@ -72,10 +72,11 @@ index 18a91668..ba398b6c 100644
7272 logger.info("-" * 49)
7373 while True:
7474 try:
75- @@ -1158,6 +1163,7 @@ class Worker(ServerNode):
75+ @@ -1157,7 +1162,7 @@ class Worker(ServerNode):
76+ memory_limit=self.memory_manager.memory_limit,
7677 local_directory=self.local_directory,
7778 services=self.service_ports,
78- nanny=self.nanny,
79+ - nanny=self.nanny,
7980+ nanny=self.nanny_contact_address,
8081 pid=os.getpid(),
8182 versions=get_versions(),
You can’t perform that action at this time.
0 commit comments