Can i bypass the infinite loop warning?

Hey i have setup a workflow to fetch a collection for a specified number of times. i fetch the collection upon a button click then i have a global workflow running, which loops. But it doesn’t loop infinitely, it goes through a True/false spilt where it checks if the specified var < specified no. if not it continues untill the condition is false.

The workflow runs well, for the first 2 fetches but then i see this message, eventhough my workflow is set to run only for a specified amount of times.

Hey Chesse, we have this system so your app doesn’t lock itself up with many loops.

Try 2 things, first increase the time to something bigger, like fetch every 1 min.

And second, try to see if indeed you are actually calling your collection too many times without knowing (perhaps your true/false split is not working)

well, i do want to fetch it every 10 to 15 sec for a time period of 2 min. But it stops the fetching after the workflow runs a couple of times. i have double checked my workflow actions and they are fine. Is it like the weweb system standarad setting? Can’t i do anything about it?

Hey Cheese, I think we need to take a step back and ask - why exactly do you want to run this workflow every 10 seconds?

Can you tell us what it is that you are building?

Perhaps there’s a better way to solve this.