Scheduler
Introduction
Configuration
Name
Description
{
"enabled": true,
"jobs": [
{
"id": "job01",
"type": "Pipes",
"schedule": "0 0 9 ? * MON-FRI",
"params": {
"pipe_id": "pipe01",
"param01": "value01"
}
}
]
}Job Definitions
Name
Description
{
"id": "job01",
"type": "NoOp",
"schedule": "* * * * * ?",
"params": {
"param01": "string",
"param02": 99,
"param03": true
}
}Schedules
Job types
Type
Description
Last updated