argoproj / argo-workflows

Workflow Engine for Kubernetes
https://argo-workflows.readthedocs.io/
Apache License 2.0
14.77k stars 3.16k forks source link

Add workflow prioritization docs #12437

Open MenD32 opened 8 months ago

MenD32 commented 8 months ago

Summary

Add workflow priority docs

Use Cases

It seems from the workflow spec that you can assign a priority to a workflow, but there are no docs about it or an example.


Message from the maintainers:

Love this enhancement proposal? Give it a 👍. We prioritise the proposals with the most 👍.

Joibel commented 7 months ago

What more words would you like there to be? Would you be willing to contribute some more words to the synchronization?

Priority is documented quite simply under https://argo-workflows.readthedocs.io/en/latest/fields/#workflowspec, and the only thing I'm unsure is clear from that is that mutexes are priority aware - so they will be handed to the highest priority first.

agilgur5 commented 2 weeks ago

Ah this will be addressed by #13393