[Ray Job] : Working Dir files does not get changed even if remote URI contents get changed #49036
Labels
bug
Something that is supposed to be working; but isn't
core
Issues that should be addressed in Ray Core
core-runtime-env
Issues related to Ray environment dependencies
P1
Issue that should be fixed within a few weeks
What happened + What you expected to happen
When submitting job to ray cluster with git/s3 URI and changing the content of URI it does not get reflected in the cluster since cleanup is not happening after the job is completed on ray cluster.
Versions / Dependencies
Ray 2.37
Reproduction script
Submit JOB to cluster with args
"runtime_env": { "pip": [ "", "smart_open" ], "working_dir": <URI> },
Change the content in URI, it will not reflected in the next job run.
Issue Severity
High: It blocks me from completing my task.
The text was updated successfully, but these errors were encountered: