Retry for HTTP Trigger on unexpected or specific HTTP status codes #1688
Unanswered
richardfuchs
asked this question in
Q&A
Replies: 1 comment
-
I know this is a pretty old message, but I found this thread investigating the exact same problem. I found the key is that you must set
|
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
-
With the Argo-Events Sensor 'HTTP Trigger' (Docs) it is possible to setup a 'retryStrategy' if e.g. the called service is not reachable or the connection is dropped:
It is also possible to add a 'policy' for allowed HTTP response status codes:
If the HTTP request returns an status-code that is not in the 'allow'-list an error is logged - but no retry is made.
Is it possible to configure a retry if the HTTP request returns a status-code that is not in the allow list and/or is it possible to configure a retry for specific status-codes?
Beta Was this translation helpful? Give feedback.
All reactions