Ruiyang Wang
Ruiyang Wang
@MortalHappiness PTAL on this issue. We can discuss it
May I know why you want to set PYTHONPATH? `working_dir` should already added itself to PYTHONPATH https://github.com/ray-project/ray/blob/723d6d9f05082540bf075e9f060bfbcd28b85620/python/ray/_private/runtime_env/working_dir.py#L193
@shaikhismail I think the problem you are encountering is about the dots in the file names. See: The import path ``` rayserve_apps.bin.runfiles._main.rubrik.ismail.rayserve_apps.conditional_dag.serve_dag ``` The file path ``` /rayserve-apps.bin.runfiles/_main/rubrik/ismail/rayserve-apps/conditional_dag.py ``` Because...
For the issue from @fyrestone I think it's a matter to clarify scope of each env var. `RAY_RUNTIME_ENV_CREATE_WORKING_DIR` is only set when Ray creates runtime envs, e.g. when it's doing...
can you share a repro @fyrestone ? I think we expand vars when we run the worker python process
ping @rkooo567
There's no issue; it's from a community PR #46706
@rkooo567 PTAL again
Rewrote most of the file to use typed RedisCommand, RedisKey and RedisMatchPattern. PTAL! @rkooo567
it IS real. It happens when you have a large BatchDelete, where a bad move on callback function makes the callback never called. fixed and reverted the test relaxings.