Status showing in progress, but execution stuck at 18433 nodes

There are chuncks of tokens less then the max allowed tokens passing through an AI node with a openai model. THrough the loop, one of the execution fails and then the entire execution is kind of halted, I see no progress after that. Total execution nodes is haulted at 18433 nodes. I wrapped that node under error shield as well. yet it is showing failed in red. How can i resolve it? It is a very heavy workflow, is there a way to save intermediate steps as well? But more importantly I want my workflow to continue even if 1 chunk fails. Please help me. Thank you

Can you send a link to your automation run?

https://www.gumloop.com/pipeline?run_id=3sbYLtxQwFAUW7n8YeeMgp&workbook_id=337rFAkaGuZudYtUcoNkFn

Ah yes this is a known issue for long running automations, unfortunately you’ll have to restart the flow. The AI nodes all have their responses cached, so you won’t be charged credits upon re-running for the nodes that had been completed. I would recommend running in smaller batches and refactoring to use subflows: https://www.youtube.com/watch?v=QpLV6e0oReQ. That way data gets populated to your sheet as each entry completes, not all at once

@jimit Sorry, as a follow-up here, that actually wasn’t the issue. There was an error raised in the automation

You have exceeded the number of credits for your current subscription tier.

Consider switching to a Standard AI Model instead: https://docs.gumloop.com/core-concepts/ai_models

Upgrade to the Starter or Pro tier for the ability to enter your own API key.

There’s another issue we have that didn’t result in the logs saving here, but yeah it was a credit issue

This topic was automatically closed after 3 days. New replies are no longer allowed.