oleksii-novikov-onix commented on code in PR #4737:
URL: https://github.com/apache/fineract/pull/4737#discussion_r2129149718


##########
fineract-doc/src/docs/en/chapters/appendix/properties-resilience4j.adoc:
##########
@@ -6,22 +6,22 @@ For a deeper understanding of resilience4j, refer to the 
https://resilience4j.re
 |===
 |Name |Env Variable |Default Value |Description
 
-|resilience4j.retry.instances.executeCommand.max-attempts
+|fineract.retry.instances.executeCommand.max-attempts
 |FINERACT_COMMAND_PROCESSING_RETRY_MAX_ATTEMPTS
 |3
 |The number of attempts that resilience4j will attempt to execute a command 
after a failed execution. Refer to  org. apache. fineract. commands. service. 
SynchronousCommandProcessingService#executeCommand for more details
 
-|resilience4j.retry.instances.executeCommand.wait-duration
+|fineract.retry.instances.executeCommand.wait-duration
 |FINERACT_COMMAND_PROCESSING_RETRY_WAIT_DURATION
 |1s
 |The fixed time value that the retry instance will wait before the next 
attempt can be made to execute a command
 
-|resilience4j.retry.instances.executeCommand.enable-exponential-backoff
+|fineract.retry.instances.executeCommand.enable-exponential-backoff
 |FINERACT_COMMAND_PROCESSING_RETRY_ENABLE_EXPONENTIAL_BACKOFF
 |true
 |If set to true, the wait-duration will increase exponentially between each 
retry to execute a command
 
-|resilience4j.retry.instances.executeCommand.retryExceptions
+|fineract.retry.instances.executeCommand.retryExceptions
 |FINERACT_COMMAND_PROCESSING_RETRY_EXPONENTIAL_BACKOFF_MULTIPLIER

Review Comment:
   Wrong environment variable here, I believe 
FINERACT_COMMAND_PROCESSING_RETRY_EXCEPTIONS  should be



-- 
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]

Reply via email to