forked from lsmyrnaios/UrlsWorker
Lampros Smyrnaios
5bbf422d3b
- Avoid sending a null-Error-object, which increases the complexity on the controller's side. Instead, send an Error object with "null" members. |
||
---|---|---|
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.