-
Notifications
You must be signed in to change notification settings - Fork 541
Dask and Distributed Support #299
New issue
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
Comments
We don't support this for any task queue. I'm not sure if it's a good idea because I don't quite know how the implementation would work. We also don't transfer scopes from clients to workers. |
OK. Could than at least the integration add some context to the events emitted by the workers? (like computation ID or even which part of the computation graph is currently executed) |
Sure. I don't want to discard the idea of carrying over scopes if it makes sense, but carrying over SDK config is probably not expected. I'm open to all kinds of ideas, but they should be non-invasive in the sense that we shouldn't just add new arguments to a job just because we need them on the other machine. |
This issue has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you label it "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
Currently we do not have plans to support this, Sorry. |
(continued from #291)
It would be nice if sentry would support dask and distributed. Namely, the following features should be supported:
feel free to split this ticket into two if required
The text was updated successfully, but these errors were encountered: