alepha@docs:~/docs/packages/alepha/api$
cat jobs.md1 min read
Last commit:
#Alepha - Api Jobs
#Installation
Part of the alepha package. Import from alepha/api/jobs.
npm install alepha
#Overview
Job execution framework — unified primitive for deferred, scheduled, and queued work.
Features:
- Push-based jobs with typed payloads
- Cron scheduling with execution tracking
- Retry with exponential backoff
- Priority, delay, cancellation
- Deduplication via unique keys
- Per-execution log capture
#API Reference
#Primitives
$job— Job primitive for defining scheduled and on-demand tasks with payload validation, retry policies, and batching.
#Providers
JobQueueProvider— Optional queue-backed dispatch for the job system.