cron 计划的最小值和最大值是多少?cron 可以运行多长时间?24小时?下面的代码与时间表一起工作是 1 分钟。
cron:
- description: test
url: /test
schedule: every 1 minutes
但我想让它 30 秒
所以我写了
cron:
- description: test
url: /test
schedule: every 30 seconds
但是当我更新应用程序时它只会返回错误。