I’m facing a recurring issue with Bubble’s recursive Backend Workflows.
When I schedule a recursive workflow with just a few iterations (3–5), Bubble runs the first iteration only, but the following iterations are never executed.
Example:
I need to process a sale with 4 items. I schedule a recursive backend workflow passing the list and an index (iteration 1 → iteration 2 → iteration 3 → iteration 4).
Bubble repeatedly runs only iteration 1, and iterations 2–4 never trigger.
This is causing serious inconsistencies in my system (especially stock control).
Is anyone else experiencing this? Any insights on what might be causing it?
Edit: this happens rarely (once every >1.000), but it still impacts my client stock and revenue