Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有 cron 表达式
0 0/45 * * * ?
恰好运行两次,例如第一次运行是 8:45 AM 下一次运行是 9:00 AM、9:45 AM、..10:00 AM
有什么问题吗?
这个 cron 表达式表示它应该在整点 (0) 或整点后 45 分钟 (45) 运行。这是预期的行为。