-
Notifications
You must be signed in to change notification settings - Fork 691
Use Priority to override existing executor #6135
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
base: master
Are you sure you want to change the base?
Use Priority to override existing executor #6135
Conversation
Signed-off-by: Lehmann_Fabian <[email protected]>
✅ Deploy Preview for nextflow-docs-staging ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Signed-off-by: Lehmann_Fabian <[email protected]>
I think we can merge both constructors now as the manager isn't used anymore. What do you think? |
Signed-off-by: Lehmann_Fabian <[email protected]>
b4b321e
to
069653d
Compare
The |
Thank you for the clarification. However, I generally assumed that you eventually will remove deprecated elements. Therefore, I believe it's good practice to support both the deprecated and the new logic in parallel. This allows plugins to continue using |
Since
ServiceName.important
is deprecated, I added support for the Priority annotation to work with the same behavior as other Nextflow Extension Points.