Commit Graph

7 Commits

Author SHA1 Message Date
Lampros Smyrnaios f5281232be Update Gradle. 2024-02-12 16:07:52 +02:00
Lampros Smyrnaios cbaa1cc621 - In case the provided "datasourceID" is not found inside the "datasourcesWithNumOfPayloads" map (but does not appear to have invalid form), add an explanatory message in the HTTP-404 response, to be able to distinguish it from a non-existent endpoint.
- Improve the UX of the "installAndRun.sh" script.
- Update dependencies.
2023-10-23 14:46:20 +03:00
Lampros Smyrnaios 8175f9cd77 Update dependencies. 2023-10-05 15:21:52 +03:00
Lampros Smyrnaios fb04c8df2f - Delete gradle .zip file after installation.
- Update dependencies.
2023-09-04 15:02:59 +03:00
Lampros Smyrnaios 89ddd5d963 - Add the "shutdownService.sh" script.
- Update dependencies.
2023-07-26 17:35:21 +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