Skip to main content

DeploymentScheduler

Defined in the scheduler module.
AI Agents Framework Minimal deployment scheduler with provider-agnostic design. Features:
  • Simple interval-based scheduling
  • Thread-safe operation
  • Extensible deployer factory pattern
  • Minimal dependencies

Constructor

schedule_config
Optional
No description available.

Methods

set_deployer()

Set custom deployer implementation.

start()

Start scheduled deployment.

stop()

Stop the scheduler.

deploy_once()

Execute a single deployment immediately.

Source

View on GitHub

praisonai/scheduler.py at line 53

Background Tasks

Async Jobs