I have a backend workflow which is supposed to iterate through over 3000 database items and performs a simple operation to each item.
I created a simple button which kicks off this backend workflow for all of the items (Do a search for… which returns all items of a specific type) when clicked.
Does the “Personal” plan guarantee that this backend work flow will complete? Are there any circumstances where this backend workflow will timeout or fail due to load?
I have evidence that my workflow is stopping prematurely (no progress for days) and I’ve noticed that I can get it to make further progress through the list of 3000+ items by sorting the list of db items differently.
This implies that 1) The workflow is correct and CAN eventually iterate through the list and 2) Somehow, for some reason, the backend work flow is stopping before it is finished.
Who can speak to this? Is this something I won’t/will be less likely to experience on the more expensive plans?
This makes me nervous, as if I cannot depend on workflows to complete, this can result in some really bad issues with my app.
Thanks!