Skip to content
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

Allow deserialized plugins in register_scheduler_plugin #6401

Merged
merged 1 commit into from
May 20, 2022

Conversation

mrocklin
Copy link
Member

Previously we would always deserialize the input.
However in situations where we register the plugin directly on the
scheduler (such as within a preload) this isn't necessary.

Previously we would always deserialize the input.
However in situations where we register the plugin directly on the
scheduler (such as within a preload) this isn't necessary.
@jrbourbeau jrbourbeau changed the title Allow deserialized plugins in register_scheduler_plugin Allow deserialized plugins in register_scheduler_plugin May 20, 2022
Copy link
Member

@jrbourbeau jrbourbeau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @mrocklin -- will merge after CI finishes

@github-actions
Copy link
Contributor

Unit Test Results

       15 files         15 suites   7h 2m 55s ⏱️
  2 798 tests   2 718 ✔️   79 💤 1
20 746 runs  19 825 ✔️ 919 💤 2

For more details on these failures, see this check.

Results for commit b3a6364.

@jrbourbeau jrbourbeau merged commit 41a54ee into dask:main May 20, 2022
@mrocklin mrocklin deleted the plugin-serialize-optional branch May 21, 2022 01:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants