Files
ewoooc/services/data/crawler_config.json
OoO 421395eb86
Some checks failed
CD Pipeline / deploy (push) Failing after 1m50s
config: 暫停 valentine_520 與 labor_day 爬蟲(LPN 不存在)
- 520 情人節主會場尚未上線(預計 5/10~5/15 momo 才會發布)
- 勞動節 momo 歷年無獨立主會場,常合併進春日/桃金日活動
- 清空兩者 lpn_code 避免共用 mothers_day LPN 灌入錯誤標籤資料
- 加註 pause_reason 與 paused_date 供後續 LPN 補回時參考

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-28 15:26:20 +08:00

57 lines
1.6 KiB
JSON
Raw 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": true,
"schedule_hours": 4,
"lpn_code": "O7ylWdZJHj8",
"activity_name": "母親節超值限時購",
"page_type": "mothers_day",
"name": "2026 母親節促銷爬蟲"
},
"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": "爬蟲配置文件 - 控制各爬蟲任務的啟用狀態與執行頻率"
}
}