# Convex Cron Jobs

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

- Skill: `agentic-engineering-agency/convex-cron-jobs` (Agent Skill)
- Install (CLI): `npx skillmds@latest add agentic-engineering-agency/convex-cron-jobs`
- Raw SKILL.md: https://api.skillmd.com/api/skills/agentic-engineering-agency/convex-cron-jobs/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Agentic-Engineering-Agency (https://skillmd.com/u/agentic-engineering-agency)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/agentic-engineering-agency/convex-cron-jobs

---


# 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.

