Scheduled jobs require Genie Cloud to be connected to your project, with the function you want to run already deployed. See Genie Cloud overview.
Setting up a schedule
You don’t write cron syntax or touch any configuration — just describe what you want in plain language, either in your project chat or to the Genie workspace AI:- “Run my
crawl-datafunction every night at 2am Berlin time” - “Send the weekly digest email every Monday morning”
- “Schedule the cleanup function to run every hour”
Managing your scheduled jobs
Ask Genie to manage a schedule at any point, in the same project chat or workspace chat:
Running a job on demand fires the exact same request the schedule would send, so you can verify a new job works correctly before waiting for its first scheduled run.
Limits
- Up to 25 scheduled jobs per project.
- Only the project owner can create, change, or remove scheduled jobs.
- A schedule can only target a function that is already deployed to that project.
Related pages
Genie Cloud overview
Learn what Genie Cloud provisions for your app and how to enable it.
Genie MCP Server
Manage scheduled jobs programmatically from an external AI client.
