UrlsWorker/src/main/java/eu/openaire/urls_worker/util
Lampros Smyrnaios 1ddfd34236 - Allow the user to set a maximum number of assignments-batches for the Worker to handle. After handling those batches, the Worker will shut down. A number of < 0 > indicates an infinite number of batches.
- Avoid converting the zero fileSize to < null >. Now, the default value is < null >, so the zero-value will indicate a zero-byte file.
- Update dependencies.
- Code cleanup.
2021-12-24 00:12:34 +02:00
..
AssignmentsHandler.java - Allow the user to set a maximum number of assignments-batches for the Worker to handle. After handling those batches, the Worker will shut down. A number of < 0 > indicates an infinite number of batches. 2021-12-24 00:12:34 +02:00
FilesZipper.java - Increase the system-reserved memory, in "installAndRun.sh". 2021-12-17 00:26:47 +02:00
UriBuilder.java - Allow the user to set the "maxAssignmentsLimitPerBatch" value. 2021-12-07 00:52:40 +02:00
WorkerConstants.java - Improve performance when requesting, processing and posting requests. 2021-10-30 17:14:18 +03:00