HELP with timing out

:bullseye: What is your goal?

The goal is to generate complicated long rapport.

:thinking: What is the problem & what have you tried?

My problem is that my HTTP module in scenario times out. It runs on Claude Console. So scenario is Filled in form-HTTP-PDF.co-E-mail. Tokens are set on 32000 and time on max 300. I have tried all variations in HTTP module - data structure, JSON string that did not work out. Then I tried to include transform to JSON. Split the prompt with Cloudflare. I tried streaming. I am newbie here, so looking for quite simple solution I could handle :slight_smile: Thank you in advance.

:clipboard: Error messages or input/output bundles

Time out. My prompt is very long and in future I will need even longer. It returns not full rapport.

:camera_with_flash: Screenshots (scenario flow, module settings, errors)

Hi @Migle_Daugnoraite. Welcome to the community.

I don’t see an AI module in your scenario. I suppose you’re using some LLM for this task with the HTTP module, right?

Looks like you already have your answer. You need to divide the report generation in smaller tasks. If something is unmanageable, divide it into manageable pieces and consolidate it in the end.

Unless you expose your report structure, inputs and goal, you’re the only one who can plan that.

@damato

Yes that is correct I use Claude Console in HTTP module. I will try to split the tasks. Thank you.

1 Like