-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
An issue was discovered when scaling ROSE as a Service.
For learners that run executable tasks and produce on-disk files to be processed by other tasks within the same Learner, collisions occur due to similar file names.
The fix is to isolate the Learners in a separate sandbox to avoid such an issue.
The directory will be created upon learner initialization by:
- Users specify their desired
cwdfor the learner/learners. - ROSE automatically on the startup of each Learner inject and create a
dirfor each Learner
In both cases, the specified cwd will be propagated as follows through our stack: ROSE-->AsyncFlow-->RHAPSODY.
Reactions are currently unavailable