gpt4 book ai didi

node.js - 如何在无服务器中每分钟运行一次 cron?

转载 作者:太空宇宙 更新时间:2023-11-03 23:55:04 26 4
gpt4 key购买 nike

我需要为我的服务器每分钟运行一次 cron

rate: cron(* * * * * *)

但它引发了我的错误

  An error occurred: SendNotificationsEventsRuleSchedule1 - Parameter ScheduleExpression is not valid. (Service: AmazonCloudWatchEvents; Status Code: 400; Error Code: ValidationException; Request ID:XXXXXXXXXX.

最佳答案

根据联机帮助页,它应该如下所示:

rate: rate(1 minute)

或者在 serverless.yml 的更多上下文中:

functions:    
aggregate:
handler: statistics.handler
events:
- schedule:
rate: rate(1 minute)

更多信息https://serverless.com/framework/docs/providers/aws/events/schedule/

关于node.js - 如何在无服务器中每分钟运行一次 cron?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57624100/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com