Hey!
I’ve got a scenario with a bunch of DeepSeek modules that need to run in a linear sequence.
Problem is, DeepSeek times out a lot of the times and gives me the ‘runtime error 200’.
What I’ve tried doing so far is:
-
Adding “Break” modules to each DeepSeek module and enabling the “Allow storing of Incomplete Executions” option.
-
Adding filters between each DeepSeek module so that the module wouldn’t run if the previous module didn’t produce an output.
I ran the scenario, it shows as “Success” for some reason, even though one of the DeepSeek modules failed to execute.
Also, even though the scenario didn’t make it to the final Airtable module, it still posted soe incorrect data to Airtable.
So yea to re-cap, I need to run the modules in a linear sequence and if a module times out it needs to re-run as many times as needed until it works.
I’m at a loss and not sure how to fix this issue. Please advise. Thank you!