Part of the alepha package. Import from alepha/api/jobs.
npm install alepha
Provides job management API endpoints for Alepha applications.
This module includes job queue operations, job status monitoring, and background task management capabilities.
Primitives are functions that define and configure various aspects of your application. They follow the convention of starting with $ and return configured primitive instances.
For more details, see the Primitives documentation.
Job primitive - a drop-in replacement for $scheduler with built-in execution tracking.
Providers are classes that encapsulate specific functionality and can be injected into your application. They handle initialization, configuration, and lifecycle management.
For more details, see the Providers documentation.
Provider for job management and execution. Handles job lifecycle, execution tracking, log capturing, and event emission.