AI AGENT ADDONS

Convex Cron Jobs

waynesutton/convexskills

You can schedule background tasks like cleanup, data syncing, and notifications. Use simple intervals or cron expressions to set exact times. Convex handles retries and monitoring for you.

Setting up a cron job is straightforward. You write a function and choose when it runs. The system takes care of the rest.

This approach works for many tasks such as sending daily reports or removing old data. It helps keep your app running smoothly without manual effort.

Add Convex Cron Jobs skill to your workflow

Global

mkdir -p ~/.claude/skills/convex-cron-jobs

Project

mkdir -p .claude/skills/convex-cron-jobs

Source Repository

Stars
401
Forks
31
Watchers
401
License
Apache-2.0
Last Push
6 months ago
Created
7 months ago