如何在 Google Cloud 上每天 00:00 运行 Cron

我有一个每 24 小时运行一次的 cron 作业


- description: "automatic renew a user after trial"

  url: /api/recursub

  schedule: every 24 hours

  retry_parameters:

    min_backoff_seconds: 2.5

    max_doublings: 5

  timezone: Europe/Madrid

但我想安排它在每天午夜 12 点运行。


我在文档中看到类似的内容


cron:

- description: "monday morning mailout"

  url: /mail/weekly

  schedule: every monday 09:00

  timezone: Australia/NSW

是否可以像这样每天运行计划


时间表:每天 00:00


慕斯709654
浏览 94回答 1
1回答

当年话下

根据官方文档[TYPE]: Custom intervals can include the every prefix to define a repetitive interval, or you can define a specific list of days in a month:To define a repetitive interval you can use the every prefix.Examples:schedule: every day 00:00schedule: every monday 09:00
打开App,查看更多内容
随时随地看视频慕课网APP