Skip to content

Commit

Permalink
CID-2940 Use 5 max attempts for retrying establishing connection
Browse files Browse the repository at this point in the history
  • Loading branch information
geoandri committed Dec 16, 2024
1 parent 7500fc2 commit dcb6cdb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@ webhookEventService:
resilience4j.retry:
configs:
default:
maxAttempts: 3
maxAttempts: 5
enable-exponential-backoff: true
exponential-backoff-multiplier: 2
waitDuration: 1000

0 comments on commit dcb6cdb

Please sign in to comment.