UrlsController/src/main/java/eu/openaire/urls_controller/services
Lampros Smyrnaios d52601e819 - Add handling for the "EmptyResultDataAccessException" in "UrlsServiceImpl.getAssignments()", which is thrown when no assignments are returned from the query.
- Code polishing.
2023-06-22 12:39:11 +03:00
..
BulkImportService.java - Show the workerIPs in the logs. 2023-05-29 12:12:08 +03:00
BulkImportServiceImpl.java Code polishing. 2023-05-29 12:21:48 +03:00
ShutdownService.java - Identify and handle a possible Worker-crash, in "UrlsServiceImpl.postReportResultToWorker()". 2023-06-15 23:19:36 +03:00
ShutdownServiceImpl.java - Identify and handle a possible Worker-crash, in "UrlsServiceImpl.postReportResultToWorker()". 2023-06-15 23:19:36 +03:00
StatsService.java Use a StatsService interface. 2023-03-13 12:39:39 +02:00
StatsServiceImpl.java - Expose the "numOfAllPayloads" and "numOfInspectedRecords" DB-stats to Prometheus, by using a scheduling task to request the numbers from the DB, every 6 hours. 2023-06-19 14:42:00 +03:00
UrlsService.java - Process the WorkerReports in background Jobs and post the reportResults to the Workers. 2023-05-24 13:52:28 +03:00
UrlsServiceImpl.java - Add handling for the "EmptyResultDataAccessException" in "UrlsServiceImpl.getAssignments()", which is thrown when no assignments are returned from the query. 2023-06-22 12:39:11 +03:00