The Worker app of the PDF Aggregation Service.
Go to file
Lampros Smyrnaios 61597d1627 - Read the Controller's url from a file, when starting the Application.
- Switch the "AssignmentsHandler.askForTest" to "false".
- Get the size and the hash of a docFile which is previously downloaded by another ID in that batch.
- Reset the "AssignmentHandler.urlReports" list after posting the results to the Controller.
- Enhance logging and comments.
- Add more guidelines in the README.
- Disable the scheduled test-live job.
- Code cleanup.
2021-09-21 16:21:39 +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 - Read the Controller's url from a file, when starting the Application. 2021-09-21 16:21:39 +03:00
.gitignore - Update the "installAndRun.sh" script to be able to just run the app (without re-installing), if you want. 2021-09-09 16:28:58 +03:00
README.md - Read the Controller's url from a file, when starting the Application. 2021-09-21 16:21:39 +03:00
build.gradle - Eliminate some warnings, by excluding an inner dependency. 2021-09-02 18:35:47 +03:00
installAndRun.sh - Update the "installAndRun.sh" script to be able to just run the app (without re-installing), if you want. 2021-09-09 16:28:58 +03:00
settings.gradle Initial commit of UrlsWorker. 2021-03-16 18:38:53 +02:00

README.md

UrlsWorker

This is the Worker's Application.
It requests assignments from the controller and processes them.
It posts the results to the controller, which in turn, puts them in a database.

To install and run the application:

  • Run git clone and then cd UrlsWorker.
  • Create the file controllerBaseUrl.txt which contains just one line with the controller's base api-url, for example: http://IP:PORT/api/.
  • Execute the installAndRun.sh script.

That script, installs the PublicationsRetriever, as a library and then compiles and runs the whole Application.
If you want to just run the app, then run the script with the argument "1": ./installAndRun.sh 1.