UrlsController/src/main/java/eu/openaire/urls_controller
Lampros Smyrnaios cec2531737 - Increase the "numOfBackgroundThreads" to 8.
- Make the "numOfBackgroundThreads" and "numOfThreadsPerBulkImportProcedure" configurable from the "application.yml" file.
- Code polishing.
2023-07-21 11:45:50 +03:00
..
components - Increase the "numOfBackgroundThreads" to 8. 2023-07-21 11:45:50 +03:00
configuration Avoid assigning the same publications multiple times to the Workers, after the recent "parallelization enchantment". 2023-07-11 17:27:23 +03:00
controllers - Increase the "numOfBackgroundThreads" to 8. 2023-07-21 11:45:50 +03:00
models Avoid assigning the same publications multiple times to the Workers, after the recent "parallelization enchantment". 2023-07-11 17:27:23 +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 - Increase the "numOfBackgroundThreads" to 8. 2023-07-21 11:45:50 +03:00
util - Avoid passing some duplicate publications to the Workers, by post-processing the assignments retrieved from Impala. The assignments may contain duplicate id-url pairs, which have different datasources, since one publication may be connected to multiple datasources. 2023-07-19 18:31:24 +03:00
Application.java Code polishing. 2023-05-29 12:21:48 +03:00