UrlsController/src/main/java/eu/openaire/urls_controller
Lampros Smyrnaios 3dd349dd00 Improve the "findAssignmentsQuery":
- Fix an issue, where assignments, having an above-zero attempt_count, were finding their way to the results, just because they were prioritized based on their boost_level or pub_year. Apart from retrying the old failed assignments sooner, the non-yet-processed boosted-publications were pushed out to the workers much slower.
- Simplify the query, by removing the internal "ordering" and "limit", which had performance benefits when we did not need additional ordering for "level" and "pub_year". Back then, we wanted to apply the final orderings to as few rows as possible.
2023-09-13 14:38:15 +03:00
..
components - Fix not acquiring the full workerReport when retrying it, with the scheduler. 2023-09-08 14:59:48 +03:00
configuration - Rename "ImpalaConnector.java" to "DatabaseConnector.java". 2023-08-23 16:55:23 +03:00
controllers - Allow "pretty-printing" the json response of the "getBulkImportReport" endpoint. 2023-09-11 17:24:39 +03:00
models Update Bulk-Import API: 2023-07-25 11:59:47 +03:00
payloads - Process the WorkerReports in background Jobs and post the reportResults to the Workers. 2023-05-24 13:52:28 +03:00
security - Update the Spring-Security-code to use the "SecurityFilterChain", as the previous code was deprecated. 2022-06-27 21:41:32 +03:00
services Improve the "findAssignmentsQuery": 2023-09-13 14:38:15 +03:00
util - Allow "pretty-printing" the json response of the "getBulkImportReport" endpoint. 2023-09-11 17:24:39 +03:00
Application.java - Fix missing changes. 2023-07-24 19:55:37 +03:00