From bb8fb3f23fd960680fd4108ed790c381736756a1 Mon Sep 17 00:00:00 2001 From: ds-jhartmann <57985712+ds-jhartmann@users.noreply.github.com> Date: Mon, 26 Aug 2024 10:43:50 +0200 Subject: [PATCH] chore(docs): add sequence diagrams for improvements in scalability --- .../runtime-view/scaling-job-batch-processing.puml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/uml-diagrams/runtime-view/scaling-job-batch-processing.puml b/docs/src/uml-diagrams/runtime-view/scaling-job-batch-processing.puml index 4963437a0..29c104aeb 100644 --- a/docs/src/uml-diagrams/runtime-view/scaling-job-batch-processing.puml +++ b/docs/src/uml-diagrams/runtime-view/scaling-job-batch-processing.puml @@ -19,8 +19,8 @@ BatchController --> CreationBatchService: create batches CreationBatchService -> CreationBatchService: split into parallel executable working packages rnote right - Currently this is not limited. - Limit of e.g. 5 jobs in parallel needs to be added. + As is: parallel processes are not limited + To be: limit of e.g. 5 jobs in parallel end note loop