mirror of
https://github.com/wassname/ray.git
synced 2026-09-11 12:43:20 +08:00
[Core] Multi-tenancy: Pass job ID from Raylet to worker via env variable (#11829)
* Pass job ID from Raylet to worker via env variable * fix * fix * fix * lint * fix * fix test_object_spilling * address comments * lint * fix
This commit is contained in:
@@ -493,7 +493,6 @@ class StreamingWorker {
|
||||
options.language = Language::PYTHON;
|
||||
options.store_socket = store_socket;
|
||||
options.raylet_socket = raylet_socket;
|
||||
options.job_id = JobID::FromInt(1);
|
||||
options.gcs_options = gcs_options;
|
||||
options.enable_logging = true;
|
||||
options.install_failure_signal_handler = true;
|
||||
|
||||
Reference in New Issue
Block a user