I have an app that relies on a scheduled API workflow on a list.
For each user that logs onto the platform, we create 100+ instances of things for that users account. Sometimes, the things are not created even though the user signed up correctly. This causes a poor user experience and we haven’t had much luck with bubble support just yet.
We’re looking into recursive scheduled API flow but even that doesn’t look as reliable.
Any tips on debugging? Has anyone faced anything similar? All recommendations are welcome. Thanks
API WFs on lists are notoriously unreliable - this is a known issue and something that hasnt been fixed yet. Scheduling a recursive workflow that deals with one thing at a time has proven to be the better option in my experience, but it’s significantly slower.