We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Specifuically RunnerContextManager and BundleContextManager are what we need to improve.
RunnerContextManager
BundleContextManager
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
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 ?
No branches or pull requests
Specifuically
RunnerContextManager
andBundleContextManager
are what we need to improve.The text was updated successfully, but these errors were encountered: