Commit Graph

8 Commits

Author SHA1 Message Date
Lampros Smyrnaios 48cd8384ee - Set the new version.
- Add the Jenkins-CI-link in README.md.
- Add some Gradle resources required by Jenkins.
- Update dependencies.
2024-02-12 16:03:53 +02:00
Lampros Smyrnaios 40c1a61d63 Improve documentation. 2023-10-26 13:06:07 +03:00
Lampros Smyrnaios 0ce5c98a7e - Make the "cacheUpdateInterval" configurable.
- During boot, wait 3 minutes for the Datasource-pool to get fully initialized before "hitting" the DB to update the cache.
- Improve logging during cache-update.
2023-10-23 14:53:22 +03:00
Lampros Smyrnaios aed56cc5e5 - Fix the "retryCount" appearing in log-messages.
- Adjust the number and size of log files.
- Update a dependency.
2023-09-14 15:34:16 +03:00
Lampros Smyrnaios 41af8cc429 Add counters, in each gathering, for 1) the num of new datasources, 2) the num of updated datasource and 3) the num of added payloads. 2023-07-26 17:32:16 +03:00
Lampros Smyrnaios 1ee1a94eff - Handle the case where the "gatherNumberOfPayloadsPerDatasource()"-query-method is executed while some tables of the DB are in a "merge" state. In this case, the queries fail and the App retries up to 10 times.
- Handle the case when the aforementioned query-method fails with some unhandleable error. In this case the app retries 1 time and if it fails again, then if this has happened during initialization, the app shuts down, else the incident is ignored and the app will retry after 6 hours when the method is scheduled to run again.
2023-07-26 16:41:44 +03:00
Lampros Smyrnaios 7e5c338de3 - Improve performance by avoiding checking if the huge ConcurrentHashMap is empty, on every request. After the first data-gathering, it will neven be empty and the checking-code is expensive.
- In case of an error retrieving data from the DB during initialization, gently shutdown the App. There is no point keeping the app running just to serve 500-Server-Errors.
- Code polishing.
2023-06-22 01:54:47 +03:00
Lampros Smyrnaios cf0aed5274 Fully functional "PDF Aggregation Statistics" Service. 2023-06-20 22:16:07 +03:00