UrlsWorker/src/main/java/eu/openaire/urls_worker
Lampros Smyrnaios 0f12a9305c - 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.
- Avoid a potential NPE when giving information about the received AssignmentRequest.
- Log and return, when the received assignments-list is empty.
- Improve some logging-messages.
- Update the logs' fileName and change the preferred appender to "File".
- Code cleanup.
2021-10-14 03:03:47 +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 - 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
security Initial commit of UrlsWorker. 2021-03-16 18:38:53 +02:00
util - 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
UrlsWorkerApplication.java - Update the "installAndRun.sh": 2021-09-22 16:36:48 +03:00