convex-crons
Build Reliable Convex Cron Jobs
Recurring jobs can fail, duplicate work, or expose public functions when schedules and handlers are poorly designed. This skill guides Claude, Codex, and Claude Code to create safe Convex schedules with internal, idempotent, small handlers.
التثبيت باستخدام Agent لدي
انسخ هذا الطلب إلى Agent لديك. يتضمن صفحة Skill المعتمدة وملف manifest.
Review the Skillstore skill "convex-crons" from https://skillstore.io/skills/get-convex-convex-crons.md and its manifest at https://skillstore.io/api/skills/get-convex-convex-crons/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.يجب أن يواصل Agent عرض خطته وطلب أي تأكيد تفرضه سياسة الأمان.
موارد مهيّأة لـ Agents
استخدم هذه الروابط عندما يحتاج AI Agent أو crawler أو script إلى سياق نظيف بدلًا من قراءة الصفحة كاملة.
اختبرها
جارٍ استخدام "convex-crons". Schedule a daily cleanup of expired sessions.
النتيجة المتوقعة:
- Use one daily schedule targeting an internal cleanup function.
- Delete expired sessions in bounded batches and make repeated execution harmless.
- Confirm the job and next run time in the Convex dashboard.
جارٍ استخدام "convex-crons". Review a job that checks for updates every minute.
النتيجة المتوقعة:
The interval may be unnecessary for data that subscriptions can push. Replace polling with reactive updates, or document the need for minute-level checks.
جارٍ استخدام "convex-crons". Plan weekly account summary generation.
النتيجة المتوقعة:
- Schedule an internal summary function once each week.
- Record completed periods so retries do not create duplicate summaries.
- Process accounts in small batches to keep each run bounded.
التدقيق الأمني
آمنThe skill is prompt-only and contains no executable code or static findings. Its instructions focus on internal Convex functions, idempotent handlers, sensible intervals, and dashboard verification.
شارك واستشهد بهذا التقرير
شارك تقرير التقييم المرتبط بالإصدار والشارة المحايدة وبطاقة التضمين والاستشهادات. تعرض Skillstore الأدلة من دون أن تقرر ما إذا كانت هذه المهارة آمنة.
نسخ رابط التقرير
https://skillstore.io/skills/get-convex-convex-crons/audits/1?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportشارة Markdown
[](https://skillstore.io/skills/get-convex-convex-crons?utm_source=security_passport_badge)شارة HTML
<a href="https://skillstore.io/skills/get-convex-convex-crons?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/get-convex-convex-crons/security.svg" alt="Skillstore security assessment" loading="lazy"></a>بطاقة قابلة للتضمين
<iframe src="https://skillstore.io/embed/skills/get-convex-convex-crons.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>الاستشهادات الأكاديمية (APA · BibTeX · CFF)
اقتباس APA
get-convex. (2026). convex-crons security audit report (audit version 1) [Author version unspecified]. Skillstore. https://skillstore.io/skills/get-convex-convex-crons/audits/1اقتباس BibTeX
@techreport{get-convex-get-convex-convex-crons-2026,
author = {get-convex},
title = {convex-crons security audit report (audit version 1)},
institution = {Skillstore},
year = {2026},
number = {1},
url = {https://skillstore.io/skills/get-convex-convex-crons/audits/1},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "convex-crons security audit report (audit version 1)"
version: "unspecified"
type: report
authors:
- name: "get-convex"
date-released: "2026-09-21"
url: "https://skillstore.io/skills/get-convex-convex-crons/audits/1"
identifiers:
- type: other
value: "skillstore:get-convex-convex-crons:audit:1"
description: "Skillstore immutable audit report identifier"
تقييم Skillstore
سبب هذا التقييم موثوقية الأدلة: متوسطما الذي يمكنك بناؤه
Schedule Routine Maintenance
Create recurring cleanup or archival jobs with small, repeatable handlers.
Automate Product Operations
Plan periodic reminders, status updates, or summary generation without exposing public functions.
Review Cron Reliability
Check existing schedules for unsafe targets, tight polling, large runs, and non-idempotent behavior.
جرّب هذه الموجّهات
Add a Convex cron job that runs [internal function] every [interval]. Keep the handler small and idempotent, then explain dashboard verification.
Design a Convex schedule for [task and business requirement]. Recommend a sensible interval and explain why subscription-based updates are or are not better.
Review my Convex cron configuration and handlers. Identify public function targets, tight polling, oversized runs, and non-idempotent operations. Propose focused corrections.
Design recurring Convex jobs for [workflow]. Define internal targets, intervals, idempotency strategy, bounded batch sizes, retry behavior, and dashboard verification steps.
أفضل الممارسات
- Target internal functions so scheduled operations are not exposed through the public API.
- Design every handler to produce the same safe result when repeated.
- Use moderate intervals and bounded work, then verify schedules in the dashboard.
تجنب
- Do not schedule public API functions for internal recurring work.
- Do not use tight polling when subscriptions can deliver updates.
- Do not place large, non-idempotent workloads in a single cron run.
الأسئلة المتكررة
What file contains Convex cron schedules?
Should a cron target a public API function?
Why must handlers be idempotent?
How should I choose an interval?
How much work should one run perform?
How do I confirm the schedule is active?
تفاصيل المطور
المؤلف
get-convexالترخيص
MIT
مراجعة Skillstore
r1
تنبيه الإصدار
لم يعلن المؤلف عن إصدار.
مرجع
ee1e1d0465cbfd49d2dffacf50000ec9a8812bf0
حداثة الصيانة
٢١/٩/٢٠٢٦
الاستخدام
0 تنزيلات · 0 مشاهدات
بنية الملفات
📄 SKILL.md