From 749172edd8dfc3d950d3ab3c8738e91f13da92e3 Mon Sep 17 00:00:00 2001 From: LSmyrnaios Date: Thu, 8 Feb 2024 19:49:58 +0200 Subject: [PATCH] Add the Jenkins' build-status badge in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b88d02c..299ff06 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# UrlsController +# UrlsController [![Build Status](https://jenkins-dnet.d4science.org/buildStatus/icon?job=UrlsController)](https://jenkins-dnet.d4science.org/job/UrlsController/) The Controller's Application receives requests coming from the [**Workers**](https://code-repo.d4science.org/lsmyrnaios/UrlsWorker) (deployed on the cloud), constructs an assignments-list with data received from a database and returns the list to the workers.
Then, it receives the "WorkerReports", it requests the full-texts from the workers, in batches, and uploads them on the S3-Object-Store. Finally, it writes the related reports, along with the updated file-locations into the database.