django定时任务

Posted shengulong

tags:

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

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://:[email protected]:26379/6‘

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

在django项目下执行定时任务

Django-Python3-Celery 异步任务/定时任务

Bamboo Django Celery定时任务和时间设置

Django框架中使用定时任务APScheduler

Celery+python+redis异步执行定时任务

django中设置定时任务