Convex Cron Jobs

Schedule recurring Convex jobs safely using internal functions, batch processing, and observable retry-friendly patterns.

Agentic-Engineering-Agency Updated

File contents

Convex Cron Jobs

Use this when adding recurring cleanup, sync, digest, monitoring, or maintenance jobs.

Rules

  • Schedule internal.* functions only.
  • Keep jobs idempotent where possible.
  • Batch work instead of scanning whole tables in one run.
  • Make time-zone and schedule semantics explicit in docs or code comments.

Agentic-Engineering-Agency/agentforge/tree/main/.agents/skills/convex-cron-jobs commit a146082dbe

Frequently asked questions

npx skillmds@latest add agentic-engineering-agency/convex-cron-jobs