Open pabloem opened 2 years ago
Also, make RunnerContextManager fully immutable (will also help to persist it with ray.put) to avoid the cost of passing it around ever and over.
let me c if i can start looking into this issue. @pabloem can you later give some help here if I take this item?
I think it's fine if @flyingImer picks this up ? : )
@pabloem not sure I follow the RunnerContextManager
one - not seeing any reference in the code base, am I missing anything here?
Do you mean RayRunnerExecutionContext and RayBundleContextManager ?
Specifuically
RunnerContextManager
andBundleContextManager
are what we need to improve.