mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 04:23:03 +08:00
[autoscaler/k8s] ray up 409 error fix (#11660)
This commit is contained in:
+1
-1
@@ -224,7 +224,7 @@ class Node:
|
||||
ray.utils.set_sigterm_handler(sigterm_handler)
|
||||
|
||||
def _init_temp(self, redis_client):
|
||||
# Create an dictionary to store temp file index.
|
||||
# Create a dictionary to store temp file index.
|
||||
self._incremental_dict = collections.defaultdict(lambda: 0)
|
||||
|
||||
if self.head:
|
||||
|
||||
Reference in New Issue
Block a user