Honestly, nobody really uses recurring workflows anymore since Bubble allowed normal API worfklows to self-schedule.
Self-scheduling API workflows are called recursive workflows, and are generally superior to recurring workflows. They also dont have the limitations that recurring workflows have. But beware, you can easily rack up ridiculous amounts of WU with recursive workflows if done wrong. In your case its not that bad because you only schedule every 24 hours.
Try replacing the recurring workflow with a recursive workflow which schedules itself after 24 hours.
I did not know that nobody uses reacurring workflow anymore. Thanks for letting me know.
And I’m embaressed to say it, I realized I had just pressed “Pause tasks” button.
When I resumed the tasks, recurring event worked fine.
I’m a biginner…