convex-cron-jobs
Schedule recurring background tasks, data syncing, and cleanup jobs using Convex cron expressions and intervals.
Install
npx skills add https://github.com/waynesutton/convexskills --skill convex-cron-jobsStats
| Total installs | 1,567 |
| Weekly installs | 1.6K |
| GitHub stars | 385 |
| First seen | Jan 24, 2026 |
| Source | @waynesutton/convexskills |
Summary
- Supports two scheduling modes: fixed intervals (seconds, minutes, hours) and precise cron expressions (UTC timezone)
- Cron jobs call internal functions for security and can accept static arguments for parameterized tasks
- Includes patterns for cleanup operations, data syncing, batch processing, and external API calls via actions
- Built-in logging and monitoring via the Convex dashboard; handle large datasets through pagination and batching to avoid timeouts
Tags
Related skills
| Skill | Installs | vs convex-cron-jobs |
|---|---|---|
| git-guardrails-claude-code | 1,575 | +8 |
| differential-review | 1,584 | +17 |
| planning-with-files-zh | 1,598 | +31 |
| libtv-skill | 1,506 | -61 |
| miniprogram-development | 1,643 | +76 |
FAQ
- How many installs does convex-cron-jobs have?
- convex-cron-jobs has 1,567 total installs and 1.6K installs this week.
- Where is convex-cron-jobs hosted?
- convex-cron-jobs is published by @waynesutton/convexskills at https://github.com/waynesutton/convexskills.
- How many GitHub stars does convex-cron-jobs have?
- convex-cron-jobs has 385 GitHub stars.
- When was convex-cron-jobs first indexed?
- OrangeBot.AI first indexed convex-cron-jobs on Jan 24, 2026.
- How do I install convex-cron-jobs?
- Run: npx skills add https://github.com/waynesutton/convexskills --skill convex-cron-jobs