mirror of
https://github.com/wassname/ray.git
synced 2026-07-04 19:49:19 +08:00
Enable function_descriptor in backend to replace the function_id (#3028)
This commit is contained in:
committed by
Robert Nishihara
parent
3822b20319
commit
fb33fa9097
@@ -16,6 +16,7 @@ def env_integer(key, default):
|
||||
|
||||
ID_SIZE = 20
|
||||
NIL_JOB_ID = ObjectID(ID_SIZE * b"\xff")
|
||||
NIL_FUNCTION_ID = NIL_JOB_ID
|
||||
|
||||
# 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