You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/advanced-guide/circuit-breaker/page.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,6 @@ func main() {
41
41
```
42
42
43
43
Circuit breaker state changes to open when number of consecutive failed requests increases the threshold.
44
-
When it is open GoFr makes request to the aliveness endpoint (default being - /.well-known/alive) at equal interval of time provided in config.
44
+
When it is in open state, GoFr makes request to the aliveness endpoint (default being - /.well-known/alive) at an equal interval of time provided in config.
45
45
46
46
To override the default aliveness endpoint [refer](/docs/advanced-guide/monitoring-service-health)
0 commit comments