🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@alepha/api-jobs

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@alepha/api-jobs

Job management API endpoints for Alepha applications.

latest
Source
npmnpm
Version
0.11.11
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Alepha Api Jobs

Job management API endpoints for Alepha applications.

Installation

This package is part of the Alepha framework and can be installed via the all-in-one package:

npm install alepha

Module

Provides job management API endpoints for Alepha applications.

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

This module can be imported and used as follows:

import { Alepha, run } from "alepha";
import { AlephaApiJobs } from "alepha/api/jobs";

const alepha = Alepha.create()
	.with(AlephaApiJobs);

run(alepha);

API Reference

Descriptors

Descriptors are functions that define and configure various aspects of your application. They follow the convention of starting with $ and return configured descriptor instances.

For more details, see the Descriptors documentation.

$job()

Job descriptor - 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.

Keywords

alepha

FAQs

Package last updated on 15 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts