-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: expose the number of times and the delay between each attempt DHIS2 will try to connect to the database [DHIS2-16091] #15485
Conversation
Codecov Report
@@ Coverage Diff @@
## master #15485 +/- ##
============================================
+ Coverage 66.22% 66.23% +0.01%
- Complexity 31240 31244 +4
============================================
Files 3485 3485
Lines 129753 129772 +19
Branches 15141 15141
============================================
+ Hits 85931 85959 +28
+ Misses 36740 36735 -5
+ Partials 7082 7078 -4
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 5 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Kudos, SonarCloud Quality Gate passed! |
The goal of this PR is to expose this and this property through dhis2.conf.
The reason for exposing the properties is that when we're deploying on Kubernetes, the database and the core are launched at the same time but core runs out of retries before the database is ready.