Scheduled Jobs
Server-side cron jobs without your own backend
Overview
Create scheduled jobs that run on a cron schedule in your project’s sandbox. No need to manage your own server — define the handler code and schedule, and Recursiv executes it automatically.
All job methods are available on r.jobs.
Methods
Create a job
List jobs
Pause / resume a job
Update schedule or handler
Delete a job
Cron expression reference
Job handlers run in your project’s E2B sandbox with a 60-second timeout. They have access to your project’s environment variables and database.