Files
feiqiu-ETL/etl_billiards/dist/ETL_Manager/_internal/scheduled_tasks.json
2026-01-27 22:14:01 +08:00

48 lines
1.2 KiB
JSON

{
"tasks": {
"8e41eb3a": {
"id": "8e41eb3a",
"name": "数据校验 (最近 2h)",
"task_codes": [
"DATA_INTEGRITY_CHECK"
],
"schedule": {
"schedule_type": "interval",
"interval_value": 1,
"interval_unit": "hours",
"daily_time": "04:00",
"weekly_days": [
1
],
"weekly_time": "04:00",
"cron_expression": "0 4 * * *",
"enabled": true,
"start_date": null,
"end_date": null
},
"task_config": {
"pipeline_flow": "FULL",
"lookback_hours": 2
},
"enabled": true,
"last_run": "2026-01-27T22:13:11.204212",
"next_run": "2026-01-27T23:13:11.204212",
"run_count": 1,
"last_status": "执行中",
"execution_history": [
{
"task_id": "0c577148",
"executed_at": "2026-01-27T22:13:11.204212",
"status": "pending",
"exit_code": null,
"duration_seconds": 0.0,
"summary": "",
"output": "",
"error": ""
}
],
"created_at": "2026-01-27T22:12:39.781369",
"updated_at": "2026-01-27T22:13:11.204586"
}
}
}