-
-
Notifications
You must be signed in to change notification settings - Fork 719
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
API change in #6363 broke dask gateway #6559
Comments
Looking at the linked |
Question, are we doing upstream testing in dask-gateway? If not, does anyone want to take this on? (@TomAugspurger ?) |
From a functional perspective, looking at the |
#6561 has a quick fix up for this. I'm not sure if dask-gateway is testing against upstream (I didn't see anything at a glance). I might be able to add that this weekend or next. |
In #6363, a parameter was removed that makes distributed in compatible with Dask Gateway: dask/dask-gateway#573
I'd recommend we restore that parameter and deprecate it. If it's impossible to restore the previous functionality, we could restore the parameter and perhaps ignore it, just for the signature compatibility (I don't know if dask-gateway was relying on the previous behavior).
The text was updated successfully, but these errors were encountered: