Skip to content

Commit 4ea46f1

Browse files
committed
Fix 0005-Add-nanny-patch.patch
1 parent d9d3972 commit 4ea46f1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docker/dask/distributed/0005-Add-nanny-patch.patch

+4-3
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ index 376f2a1c..10af475a 100755
3636
host=host,
3737
dashboard=dashboard,
3838
diff --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(),

0 commit comments

Comments
 (0)