django定時任務

說明

網上不少資料都是比較舊的,不一樣的版本使用上存在差別,最好的方式是,根據使用的版本查看官方資料python

django-celery-beat

django-celery-results

任務執行結果redis

django-crontab

安裝:pip install django-crontabdjango

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'
相關文章
相關標籤/搜索