2021年10月19日

Python分布式任务框架celery学习笔记

摘要: 概述 celery是一个python实现的分布式任务执行框架,本文为学习笔记: python 3.8.6 celery 5.1.2 操作系统 win10 redis 3.0.504 安装 pip install celery pip install flower (任务监控平台) pip insta 阅读全文

posted @ 2021-10-19 17:42 4摄氏度啤酒 阅读(284) 评论(1) 推荐(0)

导航