我有一个每 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
当年话下