boxlang-scheduled-tasks

Installation
SKILL.md

BoxLang Scheduled Tasks

Overview

BoxLang offers two scheduling models:

  1. Scheduler DSL (in-process code execution) using scheduler classes backed by BaseScheduler and ScheduledTask
  2. bx:schedule component (HTTP-driven tasks) for create/update/delete/pause/resume/list/run task endpoints

Use the Scheduler DSL for rich in-process logic and task callbacks. Use bx:schedule for simple persistent URL triggers.

Application.bx Integration

You can register scheduler classes directly in Application.bx so they are auto-discovered for the app context.

For full descriptor behavior (app discovery, multi-app isolation, lifecycle), see application-descriptor.

Related skills

More from ortus-boxlang/skills

Installs
6
First Seen
Apr 21, 2026