vidakovic opened a new pull request, #2727: URL: https://github.com/apache/fineract/pull/2727
Improve the resilience of the command processing service and make retry (and other parameters) configurable (provide reasonable defaults). The current retry mechanics in place are causing various congestion issues in high traffic deployments. Besides that, we always have to lookup the tenant to retrieve the retry configuration; Spring Boot's application.properties are the proper place for that. Retries are used currently with 4 service function calls and the code used to implement retries is very repetitive and not very adjustable. -- 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]
