alepha@docs:~/docs/packages/alepha/api$
cat jobs.md
1 min read
Last commit:

#Alepha - Api Jobs

#Installation

Part of the alepha package. Import from alepha/api/jobs.

npm install alepha

#Overview

Provides job management API endpoints for Alepha applications.

This module includes job queue operations, job status monitoring, and background task management capabilities.

#API Reference

#Primitives

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()

Job primitive - a drop-in replacement for $scheduler with built-in execution tracking.

#Providers

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.

#JobProvider

Provider for job management and execution. Handles job lifecycle, execution tracking, log capturing, and event emission.

On This Page
No headings found...
ready
mainTypeScript
UTF-8packages_alepha_api_jobs.md