计划任务“每天”不开火
我的计算机上运行着 CF 的开发人员版本,并且我有一个计划运行的作业:
Daily every 9 min(s) from 12:01 AM to 12:59 PM
但它没有运行。 我可以按“运行计划任务”按钮,它就会运行,但它不会自行运行。
我还有其他每天运行的作业,但这个作业并不是每 9 分钟运行一次。
I have the developers edition of CF running on my machine, and I have a job that is scheduled to run:
Daily every 9 min(s) from 12:01 AM to 12:59 PM
but it's not running.
I can press the "Run Scheduled Task" button and it runs, but it's not running on it's own.
I have other jobs that run daily, but this one is not running every 9 minutes.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
检查scheduler.log 文件的执行情况和下一次重新安排的时间。如果时间不是您设定的时间。删除该作业并重新创建它。
我也遇到过同样的问题!这就是我让它运行的方式。
check the scheduler.log file for its execution and the next rescheduling time. If it hows a time which is not what you have set. Delete the job and recreate it again.
I have faced the same problem! and this was the way I made it running.
了解作业发生情况的最佳方法是查看 CF 管理中的调度程序日志。运行作业后,您应该能够检查并查看它的下次运行时间。
另外,请确保“计划任务”页面上的作业未暂停。
The best way to find out what's going on with the job is to take a look at the scheduler log in the CF Admin. After running the job, you should be able to check and see the next time it's scheduled to run.
Also, make sure the job isn't paused on the Scheduled Tasks page.