Difference between monthly and daily scheduled workflow

Hello,

I’m back on Bubble after a long pause, I’m working on a new project and I’m confused about the differences on plans regarding “daily” and “monthly” scheduled workflow.

I’m building an interface for emails planification.
Send this email to this list of person at the particular date/hour, and this other email to the list of person and that particular date/hour.

I don’t get the difference between monthly and daily scheduled workflow and don’t know what plan I need then… Any help please? :slight_smile:

Hi there, @johann.ouaki… if I was doing what you described, I would likely bump up to the first paid plan and use a recursive backend workflow (i.e., a backend workflow where the last step in the workflow schedules the same workflow to run again at some point in the future) to do what you described. Now, you might need to be on a higher plan once your app is up and running, but that has nothing to do with building out the functionality, and you can do that on the first paid plan because it gives you access to backend workflows.

Anyway, just some food for thought there, and I hope it helps.

Best…
Mike

1 Like

Hey @mikeloc
Follow up question on this. - unsure If this is too old for me to ping!

When you have this happening when a workflow schedules another workflow the next day. (something I am looking into doing)

How can I tell what workflow is scheduled to run in future? Also how can I stop it?

I just dont want it to be out of control and have no way of stopping it. (also debugging???)

You can see scheduled workflows on the Logs >> Scheduler tab. You can cancel the scheduled workflows from that tab, and you can also pause the scheduler itself.