vidakovic commented on code in PR #5657:
URL: https://github.com/apache/fineract/pull/5657#discussion_r2963975048
##########
fineract-provider/src/main/resources/application.properties:
##########
@@ -676,3 +676,15 @@
resilience4j.retry.instances.commandInterestRateChartSlabsDelete.wait-duration=$
resilience4j.retry.instances.commandInterestRateChartSlabsDelete.enable-exponential-backoff=${FINERACT_COMMAND_INTEREST_RATE_CHART_SLABS_DELETE_RETRY_ENABLE_EXPONENTIAL_BACKOFF:true}
resilience4j.retry.instances.commandInterestRateChartSlabsDelete.exponential-backoff-multiplier=${FINERACT_COMMAND_INTEREST_RATE_CHART_SLABS_DELETE_RETRY_EXPONENTIAL_BACKOFF_MULTIPLIER:2}
resilience4j.retry.instances.commandInterestRateChartSlabsDelete.retryExceptions=${FINERACT_COMMAND_INTEREST_RATE_CHART_SLABS_DELETE_RETRY_EXCEPTIONS:org.springframework.dao.ConcurrencyFailureException,org.eclipse.persistence.exceptions.OptimisticLockException,jakarta.persistence.OptimisticLockException,org.springframework.orm.jpa.JpaOptimisticLockingFailureException}
+
+resilience4j.retry.instances.commandClientAddressCreate.max-attempts=${FINERACT_COMMAND_CLIENT_ADDRESS_CREATE_RETRY_MAX_ATTEMPTS:3}
Review Comment:
Please add this a bit higher... where the other blocks of the other packages
are... this last section is for the "fineract-command" module itself. So let's
keep the things together.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]