【问题标题】:AWS cron expression to run every month, every 3 months and once a yearAWS cron 表达式每月、每 3 个月和每年运行一次
【发布时间】:2020-10-20 07:52:26
【问题描述】:

我正在尝试在 YAML 中创建 CRON 表达式:

1. AWS Cron expression to run at 6AM every month: This what I have: cron(0 6 1 * ? *)
2. Run every 3 months
3. Run once a year in January

有人可以帮忙吗?非常感谢

【问题讨论】:

  • 为什么没有人用英语解析器破坏 cron?

标签: amazon-web-services cron yaml


【解决方案1】:

试试:

  1. cron(0 0 1 */3 * *)
  2. cron(0 0 1 1 * *)

【讨论】:

  • 我不得不改变一些,但你的回答是基础。所以很好
猜你喜欢
  • 1970-01-01
  • 2014-05-01
  • 2012-04-26
  • 2021-06-11
  • 2014-04-17
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多