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

Improve synchronization between UploadFile plugins by making scheduler plugin responsible for (de)registering the worker plugin. #8175

Open
hendrikmakait opened this issue Sep 8, 2023 · 0 comments
Labels
enhancement Improve existing functionality or make things work better

Comments

@hendrikmakait
Copy link
Member

Currently, both plugins get registered by the client. This may (but in most cases won't) cause issues where one of them gets replaced but the other doesn't. It would be cleaner to have the scheduler plugin register the worker plugin instead. See #8142 for a similar approach.

@hendrikmakait hendrikmakait added enhancement Improve existing functionality or make things work better and removed needs triage labels Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improve existing functionality or make things work better
Projects
None yet
Development

No branches or pull requests

1 participant