Go to file
Lampros Smyrnaios b2788d31a9 - Integrate the latest changes from the "PublicationsRetriever"-plugin. The fileSize and the fileHash are computed inside the plugin now.
- Make the "mimeType" "null", when no docFile was retrieved.
- Signal the scheduler that the worker is ready for work, when it has finished processing but not yet posted the previous data.
- Fix a minor bug; now return "false" when there is any problem with the url of a specific task.
- Avoid memory re-allocations for "callableTasks".
2021-09-08 05:02:14 +03:00
gradle/wrapper - Integrate the latest changes from the "PublicationsRetriever"-plugin. 2021-09-01 19:42:32 +03:00
scripts Initial commit of UrlsWorker. 2021-03-16 18:38:53 +02:00
src - Integrate the latest changes from the "PublicationsRetriever"-plugin. The fileSize and the fileHash are computed inside the plugin now. 2021-09-08 05:02:14 +03:00
README.md - Add README.md 2021-08-05 20:41:32 +03:00
build.gradle - Eliminate some warnings, by excluding an inner dependency. 2021-09-02 18:35:47 +03:00
installAndRun.sh - Eliminate some warnings, by excluding an inner dependency. 2021-09-02 18:35:47 +03:00
settings.gradle Initial commit of UrlsWorker. 2021-03-16 18:38:53 +02:00

README.md

Urls_Worker

This is the Worker's Application.
It requests assignments from the controller and processes them.
[...]

To install and run the application, run git clone and then execute the installAndRun.sh script.
That script, installs the PublicationsRetriever, as a library and then compiles and runs the whole Application.