This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git
The following commit(s) were added to refs/heads/main by this push:
new ec3f9352 chore: fix circuit-breaker waitDurationInOpenState after
seconds-to-millis change
ec3f9352 is described below
commit ec3f9352cf679d211100d903c90ddb14dbb21d3f
Author: Claus Ibsen <[email protected]>
AuthorDate: Sat Jul 25 11:35:50 2026 +0200
chore: fix circuit-breaker waitDurationInOpenState after seconds-to-millis
change
Co-Authored-By: Claude Opus 4.6 <[email protected]>
---
resilience4j/client/src/main/resources/application.properties | 2 +-
resilience4j/client2/src/main/resources/application.properties | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/resilience4j/client/src/main/resources/application.properties
b/resilience4j/client/src/main/resources/application.properties
index bd20d5c2..b8fd7c88 100644
--- a/resilience4j/client/src/main/resources/application.properties
+++ b/resilience4j/client/src/main/resources/application.properties
@@ -25,7 +25,7 @@ camel.resilience4j.sliding-window-size=10
camel.resilience4j.sliding-window-type=TIME_BASED
camel.resilience4j.failure-rate-threshold=50
# stay in open for 20s before switching back to half-open
-camel.resilience4j.wait-duration-in-open-state=20
+camel.resilience4j.wait-duration-in-open-state=20000
# resilience4j logging
#logging.level.org.apache.camel.component.resilience=DEBUG
diff --git a/resilience4j/client2/src/main/resources/application.properties
b/resilience4j/client2/src/main/resources/application.properties
index 3e60f281..11b21bb3 100644
--- a/resilience4j/client2/src/main/resources/application.properties
+++ b/resilience4j/client2/src/main/resources/application.properties
@@ -23,7 +23,7 @@ camel.resilience4j.sliding-window-size=10
camel.resilience4j.sliding-window-type=TIME_BASED
camel.resilience4j.failure-rate-threshold=50
# stay in open for 20s before switching back to half-open
-camel.resilience4j.wait-duration-in-open-state=20
+camel.resilience4j.wait-duration-in-open-state=20000
# resilience4j logging
#logging.level.org.apache.camel.component.resilience=DEBUG