convex-cron-jobs

Schedule Convex background tasks with interval and cron expressions.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/NitzanSelwyn/MomentumTrackerAdmin --skill convex-cron-jobs-nitzanselwyn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: convex-cron-jobs
Source: https://github.com/NitzanSelwyn/MomentumTrackerAdmin/tree/main/.claude/skills/Convex%20Cron%20Jobs
Command: npx skills add https://github.com/NitzanSelwyn/MomentumTrackerAdmin --skill convex-cron-jobs-nitzanselwyn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Convex Cron Jobs provides a structured way to schedule recurring background tasks in Convex applications using interval-based timers and cron expressions, enabling reliable automation and consistent execution.

Core Features & Use Cases

  • Interval-based scheduling for regular tasks (e.g., cleanup, data sync)
  • Cron expression support for precise timing (e.g., daily reports)
  • Built-in monitoring considerations and best practices for retries and fault tolerance
  • Use cases include periodic maintenance, data pipelines, and analytics report generation

Quick Start

Deploy the convex-cron-jobs skill and begin using crons.interval and crons.cron to schedule tasks.

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 background tasks in Convex?

To schedule recurring background tasks in Convex, you can use interval-based timers or cron expressions to automate periodic maintenance, data pipelines, and report generation reliably.

Can I use cron expressions for precise scheduling in a Convex application?

Yes, you can use cron expressions in a Convex application to define precise UTC scheduling for background tasks, enabling accurate timing for operations like daily reports or data syncs.

What is the best way to handle periodic maintenance and data syncs in Convex?

The best way to handle periodic maintenance and data syncs in Convex is using interval-based scheduling, which provides a structured method for reliable automation and consistent execution.

Does Convex support fault tolerance and retries for scheduled cron jobs?

Yes, Convex supports fault tolerance and retries for scheduled cron jobs by incorporating built-in monitoring considerations and best practices for guarded execution via internal API references.

How do I define internal function calls for UTC scheduling in Convex?

You define internal function calls for UTC scheduling in Convex by applying internal API references to schedule tasks, ensuring guarded execution and reliable periodic work through interval and cron expressions.