Cron Jobs
Automate your infrastructure with serverless cron jobs. Schedule functions to run at precise intervals for maintenance, data syncing, or report generation without managing servers.
Technical Specifications:
Min Interval
1 minute
Max Timeout
15 minutes
Timezone
UTC
Retries
Automatic (up to 3)
Concurrency
Configurable
Works seamlessly with:
Example 1
Example 2
schedule
Product Capabilities
Precision Timing
Schedule functions to run at specific intervals using standard cron syntax.
Reliability
Built-in retries and timeouts ensure your scheduled tasks complete successfully.
No Maintenance
Serverless scheduler means no cron daemon to manage or restart.
Experience
Serverless Scheduling
Define your scheduled jobs directly in your project configuration. No external services or dashboard clicking required.
- Define the 'crons' array in your configuration file.
- Specify the API path you want to trigger.
- Set the standard cron schedule syntax for frequency.