From b5de64b1765e42d232c8e226d6cb607673835b11 Mon Sep 17 00:00:00 2001 From: Joel Balcaen Date: Wed, 1 May 2024 13:10:01 -0300 Subject: [PATCH] set max concurrency --- state_machines/rfp_email_form_fill/state_machine.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/state_machines/rfp_email_form_fill/state_machine.json b/state_machines/rfp_email_form_fill/state_machine.json index be8914e..a604bf9 100644 --- a/state_machines/rfp_email_form_fill/state_machine.json +++ b/state_machines/rfp_email_form_fill/state_machine.json @@ -131,7 +131,8 @@ "s3_arn.$": "$.parsed_attachments_for_llm_ouput.attachment_arns[0]" }, "ResultPath": "$.prompt_responses", - "Next": "Map claude response to document filler argument" + "Next": "Map claude response to document filler argument", + "MaxConcurrency": 3 }, "Map claude response to document filler argument": { "Type": "Map",