mirror of
https://github.com/karust/openserp.git
synced 2026-08-18 22:28:21 +08:00
fix(captcha): exit non-zero on misconfig, tighten solver gate tests
This commit is contained in:
@@ -320,6 +320,7 @@ func (s *Server) handleStats(c *fiber.Ctx) error {
|
||||
"cache": s.cacheStatsPayload(),
|
||||
"proxy": s.resilient.GetProxyStats(),
|
||||
"circuit_breakers": s.resilient.GetCircuitBreakerStats(),
|
||||
"captcha": CaptchaSolverMetrics(),
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user