Hi there, @cedricalbeke… the behavior you described is simply how the Do every X seconds workflow works. It is primarily used to trigger actions that run on the page (which means the page has to be open for the workflow to run), as opposed to scheduling a backend (recurring) workflow (which you can’t do on the free plan). Here is a similar thread for reference…
Yes, on-page workflows on run on the page - which means if no one is viewing the page they don’t run. If the page is closed then the workflow stops running.
If you want to run workflows that will run in the background regardless of whether anyone has loaded a page or not you’ll need to use a backend workflow instead of a page workflow.
Backend workflows aren’t available on free plans, but can be used on all types of paid plans.
The shortest interval to run a recurring event is daily, but a scheduled API workflow can call itself again immediately or any number of seconds, minutes, hours, days, months, or years in the future.
Alright. I’m going for easycron.com if anyone ever looks at this again. They have a plugin for bubble, there’s a free starter version and pricing seems reasonable.