Need to run repeating backend workflows, don't know what's wrong

Hi all! I have made a bubble app similar to Rover (for pet sitting). I have a booking page, where pet sitters and pet parents can check for booking requests, and bookings have various statuses, such as paid, not paid, accepted, archived, etc. The thing is, I have made backend workflows that should run every 12 hours to check if there are any booking requests that meet certain criteria, such as bookings that have not been viewed by the sitter, or have not been paid by the parent and booking start time has already started, etc. I have 6 of them in total. But it looks like I can’t run these workflows that run on intervals (12 hours). Is there a workaround or am I doing something wrong?

This should be simple so, presumably you’re doing something wrong…

But without knowing what you’re currently doing it’s impossible to say…

Maybe share some screenshots or a link to your editor if you want some help.

Here they are, the issue (i think) is that the current bubble plan allows only 1 such workflow to run, and 5 if I upgrade, is that the case here? Or you think I’m doing something absolutely wrong. Thanks in advance Adam!


Also forgot to mention I’m using “every 5 seconds” changed to 24000, or another number.

Right… well that’s definitely not how you do this…

You need to do this on the backend, by scheduling a backend workflow recursively to run every 12 hours.

Thank you so much! I’ll try to figure out how to do that