Product documentationintermediate20 minutes
Add a scheduled job
Add a scheduled job to a Jotsu application with a clear trigger, idempotent processing, useful logs, and focused runtime validation.
Scheduled jobs are implemented in application code; Jotsu does not currently provide a standalone schedule editor.
Give Codex the schedule, timezone, work, retry behavior, and logging requirements.
Add a daily job that runs at 08:00 America/Los_Angeles.
Find overdue open tasks, write one summary record, and log the run outcome.
Make repeated execution idempotent for the same day. Add a development-only way to invoke it now.
Run the development invocation first. Confirm the expected records, then inspect Dev logs for the run status. Deploy only after this manual check passes.