Make a backend workflow run hourly

Is there anyway to have a workflow run hourly? The smallest amount of time I see for a recurring event is daily

You can schedule a backend workflow to call itself, so just add an action at the end of the workflow to schedule itself for ‘current date time’ plus 1 hour and it will run every hour.

1 Like

Thanks so much.

But if bubble goes down for 1 hour and the workflow doesn’t reschedule it self, then you have to start it again manually.
I found another solution on this video but the problem is that this work-around it only works for either the test or the live version, but you can’t configure one job to do both.

Anyone with anything else in mind?