forked from lsmyrnaios/UrlsWorker
Lampros Smyrnaios
b2788d31a9
- 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". |
||
---|---|---|
gradle/wrapper | ||
scripts | ||
src | ||
README.md | ||
build.gradle | ||
installAndRun.sh | ||
settings.gradle |
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.