Files
ewoooc/services/data/crawler_config.json
OoO 5e2bdd5b77
All checks were successful
CD Pipeline / deploy (push) Successful in 1m16s
停用過期活動爬蟲排程
2026-05-21 16:02:58 +08:00

60 lines
1.8 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"crawlers": {
"momo_main": {
"enabled": true,
"schedule_hours": 4,
"name": "MOMO 主站熱銷商品爬蟲"
},
"edm_promo": {
"enabled": true,
"schedule_hours": 4,
"name": "EDM 限時搶購爬蟲"
},
"festival_11": {
"enabled": false,
"schedule_hours": 6,
"name": "1.1 狂歡購物節爬蟲"
},
"mothers_day_2026": {
"enabled": false,
"schedule_hours": 4,
"lpn_code": "O7ylWdZJHj8",
"activity_name": "母親節超值限時購",
"page_type": "mothers_day",
"name": "2026 母親節促銷爬蟲",
"status": "paused",
"pause_reason": "活動頁已回傳「很抱歉此EDM不存在」改為手動指定 LPN 或啟用 MOMO_ENABLE_SEASONAL_PROMO_SCHEDULE 後再排程",
"paused_date": "2026-05-21"
},
"valentine_520_2026": {
"enabled": false,
"schedule_hours": 4,
"lpn_code": "",
"activity_name": "520情人節限定購物",
"page_type": "valentine_520",
"name": "2026 520 情人節促銷爬蟲",
"pause_reason": "主會場尚未上線(預計 5/10~5/15LPN 待補",
"paused_date": "2026-04-28"
},
"labor_day_2026": {
"enabled": false,
"schedule_hours": 4,
"lpn_code": "",
"activity_name": "勞動節購物優惠",
"page_type": "labor_day",
"name": "2026 勞動節促銷爬蟲",
"pause_reason": "momo 歷年未做獨立勞動節主會場LPN 不存在",
"paused_date": "2026-04-28"
}
},
"settings": {
"auto_import_enabled": true,
"auto_import_interval_minutes": 30
},
"metadata": {
"version": "1.0",
"last_updated": "2026-04-28",
"description": "爬蟲配置文件 - 控制各爬蟲任務的啟用狀態與執行頻率"
}
}