Heroku Cron:如何找到 cron 时间表?
如果我登录 Heroku 站点并查看我的 Cron 插件,Heroku 将向我显示:
- 计划运行的下一次 cron 时间以及
- 上次运行 cron 的时间。
有没有办法通过 heroku CLI 查询此信息(或通过其他编程方式干净地获取此信息?)
谢谢。
If I log into the Heroku site and view my Cron add-on, Heroku will show me:
- the next time cron is scheduled to run, and
- the last time cron ran.
Is there a way to query this info via heroku CLI (or cleanly obtain this via some other way programatically?)
Thx.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通过 cli 的 heroku 信息将为您提供上次运行和下次运行时间
heroku info via cli will give you the last run and next run time