-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
If we were to update Argo Rollouts to be able to create AnalysisTemplates which can succeed when the first Metric succeeds, we could theoretically take advantage of these cases:
- Success Condition: final sink(s) all have ack > 0: immediate success
- Success Condition: read == 0 for first Vertex could succeed after 3 minutes
All other metrics would be for cases in which the data is moving somewhere in the middle:
Each could be represented as a failure condition for simplicity:
- Failure Condition: read(V0)>0 && ack(V1)==0
- Failure Condition: read(V1)>0 && ack(V2)==0
- Failure Condition: read(V2)>0 && ack(V3)==0
Message from the maintainers:
If you wish to see this enhancement implemented please add a π reaction to this issue! We often sort issues this way to know what to prioritize.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request