Does nextflow have any parameters to set the priority of pods in k8s? #4079
-
Some tasks are relatively high-priority. Can I set a higher priority when using nextflow to create a pod, or specify to run on certain nodes? |
Beta Was this translation helpful? Give feedback.
Answered by
mribeirodantas
Jul 5, 2023
Replies: 1 comment
-
Hello, @Zruto. You should be able to set those things with the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Zruto
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, @Zruto. You should be able to set those things with the
pod
process directive. Does that work for you?