armature-cron
Cron job scheduling for the Armature framework.
Features
- Cron Expressions - Standard cron syntax
- Named Jobs - Identify and manage jobs
- Async Tasks - Non-blocking job execution
- Error Handling - Job failure callbacks
- Timezone Support - Schedule in any timezone
Installation
[]
= "0.1"
Quick Start
use CronScheduler;
async
Cron Syntax
┌───────────── minute (0-59)
│ ┌───────────── hour (0-23)
│ │ ┌───────────── day of month (1-31)
│ │ │ ┌───────────── month (1-12)
│ │ │ │ ┌───────────── day of week (0-6, Sun=0)
│ │ │ │ │
* * * * *
License
MIT OR Apache-2.0