UrlsWorker/src/main/java/eu/openaire/urls_worker
Lampros Smyrnaios 3550ed71d9 Execute the "AssignmentHandler.handleAssignment()", only from the scheduler, as it starts automatically when the program starts. 2021-06-11 13:44:33 +03:00
..
components - Add an "AssignmentHandler", which retrieves the assignment from the controller and categorises the tasks using their datasource. In the future, it will execute the tasks of the assignment, using different plugins. It runs upon the Application start and also every 30 mins (if no other job is in execution). 2021-05-20 03:28:48 +03:00
controllers - Add an "AssignmentHandler", which retrieves the assignment from the controller and categorises the tasks using their datasource. In the future, it will execute the tasks of the assignment, using different plugins. It runs upon the Application start and also every 30 mins (if no other job is in execution). 2021-05-20 03:28:48 +03:00
models Add an "assignmentId" field in the "Assignment"-class. 2021-06-09 05:45:07 +03:00
payloads - Add the "Datasource" class in the "Task" class and include it in the Assignment that the worker retrieves. 2021-05-20 02:58:08 +03:00
security Initial commit of UrlsWorker. 2021-03-16 18:38:53 +02:00
util Execute the "AssignmentHandler.handleAssignment()", only from the scheduler, as it starts automatically when the program starts. 2021-06-11 13:44:33 +03:00
UrlsWorkerApplication.java Execute the "AssignmentHandler.handleAssignment()", only from the scheduler, as it starts automatically when the program starts. 2021-06-11 13:44:33 +03:00