feat: expand module workflows, dynamic config, notifications and console API

This commit is contained in:
2026-09-04 09:49:37 +08:00
parent 8df5266abb
commit b124d757b0
309 changed files with 89358 additions and 6232 deletions
+86 -13
View File
@@ -1,19 +1,34 @@
{
"schedules": [
{
"at": "22:00",
"at": [
"01:00",
"05:00"
],
"business_date_offset_days": 0,
"enabled": true,
"kind": "daily",
"workflow_id": "content.metrics.daily"
},
{
"at": "14:00",
"business_date_offset_days": 0,
"days": [
"Monday"
],
"enabled": false,
"kind": "weekly",
"workflow_id": "content.metrics.backfill"
},
{
"at": "09:00",
"kind": "daily",
"workflow_id": "content.cooperations.daily"
"workflow_id": "content.notes_master.daily"
},
{
"at": "10:00",
"business_date_offset_days": 0,
"enabled": false,
"kind": "daily",
"workflow_id": "content.marketing_report.daily"
},
@@ -22,6 +37,7 @@
"days": [
"Friday"
],
"enabled": false,
"kind": "weekly",
"workflow_id": "content.relogin.weekly"
},
@@ -79,8 +95,9 @@
"workflow_id": "shop.douyin_price_appeal"
},
{
"at": "16:00",
"business_date_offset_days": -1,
"at": "09:00",
"business_date_offset_days": -2,
"enabled": true,
"kind": "daily",
"workflow_id": "shop.jd_self_operated.daily"
},
@@ -91,14 +108,27 @@
"workflow_id": "product.daily"
},
{
"at": "10:00",
"at": "09:00",
"business_date_offset_days": -1,
"kind": "daily",
"workflow_id": "product.erp_all_shop_daily"
},
{
"at": "10:00",
"business_date_offset_days": 0,
"days": [
"Tuesday"
],
"enabled": true,
"kind": "weekly",
"workflow_id": "product.persona.daily"
},
{
"at": "19:00",
"at": "10:00",
"business_date_offset_days": -1,
"enabled": true,
"kind": "daily",
"workflow_id": "product.import.daily"
"workflow_id": "product.ecommerce_costs.daily"
},
{
"at": "23:00",
@@ -108,6 +138,7 @@
{
"anchor_date": "2026-07-25",
"at": "11:00",
"business_date_offset_days": -1,
"every_days": 3,
"kind": "interval_days",
"workflow_id": "product.style_analysis.interval"
@@ -121,18 +152,53 @@
"workflow_id": "product.main_image.weekly"
},
{
"at": "18:00",
"kind": "daily",
"at": "10:00",
"business_date_offset_days": -1,
"day_of_month": 1,
"enabled": true,
"kind": "monthly",
"workflow_id": "product.sales_sheet.daily"
},
{
"at": "10:00",
"days": [
"Monday"
],
"kind": "weekly",
"business_date_offset_days": 0,
"day_of_month": 1,
"enabled": true,
"kind": "monthly",
"workflow_id": "product.market_rank"
},
{
"at": [
"00:00",
"01:00",
"02:00",
"03:00",
"04:00",
"05:00",
"06:00",
"07:00",
"08:00",
"09:00",
"10:00",
"11:00",
"12:00",
"13:00",
"14:00",
"15:00",
"16:00",
"17:00",
"18:00",
"19:00",
"20:00",
"21:00",
"22:00",
"23:00"
],
"business_date_offset_days": 0,
"enabled": true,
"kind": "daily",
"workflow_id": "product.tmall_baibu_apply"
},
{
"at": "07:00",
"kind": "daily",
@@ -143,11 +209,18 @@
"kind": "daily",
"workflow_id": "supply.purchase_confirmation.daily"
},
{
"at": "09:00",
"kind": "daily",
"workflow_id": "supply.replenishment_arrival_sync.daily"
},
{
"at": "08:00",
"business_date_offset_days": 0,
"days": [
"Monday"
],
"enabled": false,
"kind": "weekly",
"workflow_id": "supply.replenishment.weekly"
}