Does AnalysisTemplate
support successful once and error retry until reach count or time limit
#4238
Replies: 1 comment
-
Using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, my scenario that I want to use AnalysisTemplate for Kargo as Continuous Promotion. In Verification phase. The AnalysisTemplate call
Verification Healthy
. It query Prometheus metric base on metric to make sure that all Pods are scale and replicates to reach the schedule number. My AnalysisTemplateIf the
len(result) == 1"
It doesn't stop, and marks as successfully but keeps running 30 times (take 30 mins). So how AnalysisTemplate support with configure:Beta Was this translation helpful? Give feedback.
All reactions