UrlsWorker/src/main/java/eu/openaire/urls_worker
Lampros Smyrnaios 3220c97373 - Improve performance when requesting, processing and posting requests.
- Fix a bug, causing degraded performance when processing more than 3000 assignments.
- Fix the progress percentage shown in the logs.
- Avoid a potential NPE when processing a broken "Assignment" object.
- Update Spring to v.2.5.6.
- Code cleanup.
2021-10-30 17:14:18 +03:00
..
components - Decrease the time interval for the scheduled task "handleNewAssignments". This helps to reduce the "dead-time" between reporting the current assignments and requesting the new ones. 2021-10-14 03:03:47 +03:00
controllers - Update the "installAndRun.sh": 2021-09-22 16:36:48 +03:00
models - Update the "installAndRun.sh": 2021-09-22 16:36:48 +03:00
payloads - Refactor the assignments-handling. In order to match with the database schema, now the AssignmentRequest returns a list of Assignments instead of a single assignment having a list of Tasks. 2021-07-05 15:00:29 +03:00
plugins - Improve performance when requesting, processing and posting requests. 2021-10-30 17:14:18 +03:00
security Initial commit of UrlsWorker. 2021-03-16 18:38:53 +02:00
util - Improve performance when requesting, processing and posting requests. 2021-10-30 17:14:18 +03:00
UrlsWorkerApplication.java - Update the "installAndRun.sh": 2021-09-22 16:36:48 +03:00