1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user