mirror of
https://github.com/wassname/ray.git
synced 2026-07-10 05:06:54 +08:00
Change logfile names and also allow plasma store socket to be passed in. (#2862)
This commit is contained in:
committed by
Robert Nishihara
parent
9c606ea06c
commit
cc7e2ecdd5
@@ -5,7 +5,7 @@ from __future__ import print_function
|
||||
|
||||
import os
|
||||
|
||||
import ray
|
||||
from ray.local_scheduler import ObjectID
|
||||
|
||||
|
||||
def env_integer(key, default):
|
||||
@@ -15,7 +15,7 @@ def env_integer(key, default):
|
||||
|
||||
|
||||
ID_SIZE = 20
|
||||
NIL_JOB_ID = ray.ObjectID(ID_SIZE * b"\xff")
|
||||
NIL_JOB_ID = ObjectID(ID_SIZE * b"\xff")
|
||||
|
||||
# If a remote function or actor (or some other export) has serialized size
|
||||
# greater than this quantity, print an warning.
|
||||
|
||||
Reference in New Issue
Block a user