码迷,mamicode.com
首页 > 其他好文 > 详细

django定时任务

时间:2019-06-11 00:54:31      阅读:132      评论:0      收藏:0      [点我收藏+]

标签:password   scheduler   crontab   cront   sch   直接   word   安装   schedule   

django-celery-beat

django-celery-results

任务执行结果

django-crontab

安装:pip install django-crontab

django-apscheduler

pip install apscheduler

pip install django-apscheduler

分布式定时任务:celery+django-celery

  1. pip install celery/django-celery
  2. 直接执行python manage.py migrate生成数据表
  3. 连接哨兵模式的redis BROKER_URL = ‘sentinel://:password@ip:26379/6‘

django定时任务

标签:password   scheduler   crontab   cront   sch   直接   word   安装   schedule   

原文地址:https://www.cnblogs.com/shengulong/p/11001179.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!