Skip to main content
Back to the directory
waynesutton/convexskillsSoftware EngineeringFrontend and Design

convex-cron-jobs

Schedule recurring background tasks with interval and cron expression patterns in Convex.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
1

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/waynesutton/convexskills --skill convex-cron-jobs
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, convex-cron-jobs has 1 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: waynesutton/convexskills. Canonical URL: https://skills.sh/waynesutton/convexskills/convex-cron-jobs.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Schedule recurring background tasks with interval and cron expression patterns in Convex. Schedule recurring functions for background tasks, cleanup jobs, data syncing, and automated workflows in Convex applications. Before implementing, do not assume; fetch the latest documentation: Convex cron jobs allow you to schedule functions to run at regular intervals or specific times. Key features: Use crons.interval for simple recurring tasks: Use crons.cron for precise scheduling with cron expressions: Common patterns: Cron jobs should call internal functions for security: Pass static arguments to cron jobs: Add logging to track cron job execution: Handle large datasets in batches to avoid timeouts: Use actions for external API calls: - 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 - Primary: - Scheduling Overview: - Scheduled Functions: - For broader context: - Run functions on a fixed schedule - Support for interval-based and cron expression scheduling - Automatic...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does convex-cron-jobs do?

Schedule recurring background tasks with interval and cron expression patterns in Convex.

Is convex-cron-jobs good?

convex-cron-jobs does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support convex-cron-jobs?

convex-cron-jobs currently lists compatibility with Skills CLI.

Is convex-cron-jobs safe to install?

convex-cron-jobs has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to convex-cron-jobs?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install convex-cron-jobs?

Run the following command to install convex-cron-jobs: npx skills add https://github.com/waynesutton/convexskills --skill convex-cron-jobs

Related skills

More from waynesutton/convexskills

Related skills

Alternatives in Software Engineering