This commit is contained in:
2026-03-18 20:43:42 +08:00
parent 92021eaa41
commit cf3422b1ca
8 changed files with 155 additions and 45 deletions

View File

@@ -7,7 +7,7 @@ export const cron_task_list = [
// 任务流:先跑列表,再依赖列表 URL 跑详情+评论
{
name: 'amazon_search_detail_reviews_every_1h',
cron_expression: '*/15 * * * *', // 15分钟执行一次
cron_expression: '* */1 * * *', // 1小时执行一次
type: 'flow',
flow_name: 'amazon_search_detail_reviews',
flow_payload: {
@@ -16,7 +16,6 @@ export const cron_task_list = [
// featured / price_asc / price_desc / review / newest / bestseller
sort_by: 'bestseller',
limit: 100,
// flow 自己的参数
reviews_limit: 50,
gap_ms: 500