What happens when a trigger fails? #1475
Unanswered
derrickburns
asked this question in
Q&A
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The documentation explains that triggers can fail, but does not explain what happens when they do.
To be concrete, here is my question. Say an event is received by a sensor. The sensor sends an HTTP message (webhook). The webhook fails.
What happens to the event? Is it simply dropped? Does the sensor retry? What is the retry policy?
Beta Was this translation helpful? Give feedback.
All reactions