⏲️ Scheduled Actions 
⏲️

Scheduled Actions 

  What is it?

Scheduled Actions (a.k.a. CRONs) are actions that will trigger code (Python) on a time basis. They are responsible for launching any recurring event in the database.


Example

This scheduled action will execute the code (here, function check) every 240 minutes on the

Model Automated Action. The next execution time is on 06/09/2022 at 13:14:13.

There is also no limit to the number of calls the scheduled action can do (-1).


Why is it useful?

It allows you to automate recurring tasks.