Alepha Scheduler

Schedule recurring tasks using cron expressions or fixed intervals.

Installation

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

npm install alepha

Alternatively, you can install it individually:

npm install @alepha/core @alepha/scheduler

Module

Generic interface for scheduling tasks.

API Reference

Descriptors

$scheduler()

Scheduler descriptor.

Table of contents