Are cron-jobs possible?

Hello,

I just started with bubbling and I already love it. I think it is so hard to get visual programming right, but you guys are going to make it to the next big thing. Congrats!!

I was wondering if it is possible to do a time-based job, lets say every Sunday 10am. This job should change some values in the database and it should do some calculations in the database. It should work without the need of an admin clicking a button or so.

Best regards

1 Like

We support scheduling workflows, but not on a recurring basis, as it’s quite risky (could take servers down if people do something stupid). However some users have experimented with some options:

3 Likes

Thank you!! I really like the AWS Lambda approach.

This is along the lines of what I require as well.

I’m trying to schedule a Thing to change status after the Things Expiry Date.

How can I set something like this up so that it is entirely automatic depending on the current date?

3 Likes