-
-
Notifications
You must be signed in to change notification settings - Fork 135
Adaptative implementation with a Remote scheduler #188
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
@mrocklin @jacobtomlinson since dask/dask-kubernetes#162 was merge, I guess Adaptive mode doesn't need access to Scheduler object anymore and discuss with it only by RPC calls? |
That's correct
…On Fri, Oct 11, 2019 at 2:47 PM Guillaume Eynard-Bontemps < ***@***.***> wrote:
@mrocklin <https://github.com/mrocklin> @jacobtomlinson
<https://github.com/jacobtomlinson> since dask/dask-kubernetes#162
<dask/dask-kubernetes#162> was merge, I guess
Adaptive mode doesn't need access to Scheduler object anymore and discuss
with it only by RPC calls?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#188?email_source=notifications&email_token=AACKZTHQTPXIGEZJHIND6ODQODJ47A5CNFSM4GAOUHMKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBBA7OA#issuecomment-541200312>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACKZTFKA4BORRJOPGYXAF3QODJ47ANCNFSM4GAOUHMA>
.
|
This was fixed in dask/distributed#2865
…On Fri, Oct 11, 2019 at 2:48 PM Matthew Rocklin ***@***.***> wrote:
That's correct
On Fri, Oct 11, 2019 at 2:47 PM Guillaume Eynard-Bontemps <
***@***.***> wrote:
> @mrocklin <https://github.com/mrocklin> @jacobtomlinson
> <https://github.com/jacobtomlinson> since dask/dask-kubernetes#162
> <dask/dask-kubernetes#162> was merge, I guess
> Adaptive mode doesn't need access to Scheduler object anymore and discuss
> with it only by RPC calls?
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#188?email_source=notifications&email_token=AACKZTHQTPXIGEZJHIND6ODQODJ47A5CNFSM4GAOUHMKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBBA7OA#issuecomment-541200312>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AACKZTFKA4BORRJOPGYXAF3QODJ47ANCNFSM4GAOUHMA>
> .
>
|
Closing this one, fixed upstream. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In order to identify the interaction between adaptative mode and the ClusterManager and Scheduler components, it would be good to use current dask-jobqueue implementation.
The text was updated successfully, but these errors were encountered: