django crontab 定时任务

Posted pythonclub

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了django crontab 定时任务相关的知识,希望对你有一定的参考价值。

分 时 日 月 周 命令(最好用绝对路径)
比如:
* * * * * rm -fr /mnt/* //每分钟执行一次对/mnt目录下文件的删除
*/2 * * * * rm -fr /mnt/* //每隔两分钟执行一次
*/2 08-17 1,15 3-5 3 rm -fr /mnt/* //在3-5月的每周三的1号和15号的8点到17点每隔两分钟执行

https://www.cnblogs.com/perfe/p/6198213.html







以上是关于django crontab 定时任务的主要内容,如果未能解决你的问题,请参考以下文章

django crontab 定时任务

liunx下基于游戏自动化的django-crontab定时任务实战

Django中通过定时任务触发页面静态化的方式

django-crontab定时任务报错记录

django定时任务

Django-Apscheduler 定时任务