convex-cron-jobs

Schedule recurring Convex functions with UTC cron expressions and retries.

23|5|Updated Nov 5, 2025
One-click install
npx skills add https://github.com/JStaRFilms/VibeCode-Protocol-Suite --skill convex-cron-jobs-jstarfilms
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: convex-cron-jobs
Source: https://github.com/JStaRFilms/VibeCode-Protocol-Suite/tree/main/assets/.agent/skills/convex-cron-jobs
Command: npx skills add https://github.com/JStaRFilms/VibeCode-Protocol-Suite --skill convex-cron-jobs-jstarfilms

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Convex cron scheduling provides a structured approach to automate recurring backend tasks, reducing manual maintenance and ensuring consistency across services.

Core Features & Use Cases

  • Interval-based and cron expression scheduling for recurring work.
  • Built-in retries, monitoring, and safe execution to boost production reliability.
  • Use cases include periodic cleanup, data synchronization, and automated reporting in Convex apps.

Quick Start

Create a crons.ts that defines interval and cron jobs and wires them to internal functions to run on a schedule.

Frequently Asked Questions about convex-cron-jobs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I schedule recurring backend tasks in Convex?

To schedule recurring backend tasks in Convex, define interval and cron jobs in a crons.ts file, wiring them to internal functions to execute reliably on a set schedule.

What is the best way to handle retries and logging for Convex cron jobs?

Handling retries and logging for Convex cron jobs is managed through built-in safe execution features, ensuring robust monitoring and retry handling for recurring backend functions.

Can I use UTC cron expressions for server maintenance in a Convex app?

Yes, you can use UTC cron expressions for server maintenance in a Convex app. The scheduling system supports cron expressions to automate periodic cleanup and batch-safe execution.

Does Convex cron scheduling support batch-safe execution for data synchronization?

Yes, Convex cron scheduling supports batch-safe execution for data synchronization. It applies safe execution logic to recurring functions, ensuring automated reporting and syncing run reliably.