Scheduler
Configure BoxLang's built-in task scheduler
Configuration Structure
{
"scheduler": {
"executor": "scheduled-tasks",
"cacheName": "default",
"schedulers": [],
"tasksFile": "${boxlang-home}/config/tasks.json"
}
}Configuration Properties
executor
"executor": "scheduled-tasks"cacheName
schedulers
tasksFile
Programmatic Scheduling
Related Configuration
Last updated
Was this helpful?
