Creating a Cronjob
You can create scheduled jobs to run within a set time or time interval.
Here are some links to help familiarize yourself with a CronJob:
Sample Cronjob input
note
Here are the limits for maximum cronjobs for users
- Free - Not allowed
- Pro - 10
- Enterprise - Unlimited
note
Currently you are only allowed to schedule a cronjob that runs no faster than once every 30 minutes
tip
If you want to execute some script using this setup you can:
- Create a service that exposes an API endpoint (/api/startMyScript) that will execute your script
- Create a cronjob that hits that API (/api/startMyScript)