iii-cron-scheduling

Installation
SKILL.md

Cron Scheduling

Comparable to: node-cron, APScheduler, crontab

Key Concepts

Use the concepts below when they fit the task. Not every scheduled job needs all of them.

  • Cron expressions use a 7-field format: second minute hour day month weekday year
  • CronModule evaluates expressions and fires triggers on schedule
  • Handlers should be fast — enqueue heavy work to a queue instead of blocking the cron handler
  • Each cron trigger binds one expression to one function
  • Overlapping schedules are fine; each trigger fires independently

Architecture

Installs
249
Repository
iii-hq/skills
GitHub Stars
7
First Seen
Mar 31, 2026
iii-cron-scheduling — iii-hq/skills