-
Type:
Suggestion
-
Resolution: Unresolved
-
None
-
Component/s: Core - Webhooks
-
None
-
1
Introduce a configurable setting in Confluence for the maximum number of consecutive failures a webhook can encounter before it is marked as "unhealthy" and subsequently skipped. In the current Confluence system, webhooks are marked as unhealthy after a predefined number of consecutive failures(5 times). This threshold is fixed, limiting flexibility for different operational requirements or error tolerance levels across various environments and use cases.
We receive below error when it failed for 5 times:
error: Webhook failed too many times. Skipping this webhook for the next <times> ms
This is configurable in Jira. Refer to the page here.
But in Confluence this value seems to be hardcoded and not configurable. We need a similar implementation for Confluence.