改 相对路径 完成客户端
This commit is contained in:
48
etl_billiards/dist/ETL_Manager/_internal/scheduled_tasks.json
vendored
Normal file
48
etl_billiards/dist/ETL_Manager/_internal/scheduled_tasks.json
vendored
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user