From 4ba5bc2f5e630f23d74ec4b343af46d3a6c87e2b Mon Sep 17 00:00:00 2001 From: Stanislas Lange Date: Mon, 2 Aug 2021 21:56:37 +0000 Subject: [PATCH] docs: update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8ca3a5a..528bc05 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ npm start | `Agent` | Compile/Run code, return result | | `Worker` | During two previous steps, send status of jobs on `jobs_status_ex` exchange with `jobs_status_rk` routing key | | `API` | Receive each new status on `jobs_status_q`, and insert them into DB and in-memory cache, so that the polling can get the latest status. | +| `Front` | Get the final result, stop polling and display it. | ## Contribute