Announcing the general availability of the monday code scheduler!

No more workarounds needed! We’re excited to announce the General Availability of our new monday code Scheduler .

The monday code Scheduler empowers you to schedule cron jobs that automatically execute on a defined schedule (e.g., every week at 10 AM). This is ideal for automating recurring operations, such as backing up the database at midnight or generating reports every Friday at 5 PM.

How it works: To get started, simply create an endpoint in your backend that performs your desired logic, configure the job using our CLI, and our Scheduler will handle the execution for you.

For all the details, including multi region support, and how to develop, test, and deploy these scheduled endpoints using the new CLI command, see our documentation

2 Likes