
python
文章平均质量分 51
豌豆code
不是在背锅,就是在背锅中。。。
展开
-
django.core.exceptions.AppRegistryNotReady: Apps aren‘t loaded yet.
django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet原创 2023-01-14 12:52:32 · 355 阅读 · 0 评论 -
Celery多队列
2、task_content1和task_content2是任务包,可以根据自己需要添加各种任务的包以便分类管理,里面的tasks.py是固定名称,会根据名称找任务。如果没有加-Q参数,启动的worker会监听task_queues 中配置的所有队里中的任务。1、项目名称Demo,新建一个用于celery的包 celerytest,目录结构如上图。在启动worker时指定该worker执行哪一个queue中的任务。3、config.py是celery配置文件。注意目录的结构,结构,结构。...原创 2022-08-29 14:25:07 · 1116 阅读 · 0 评论 -
Python-装饰器Decorator
python-装饰器的使用原创 2022-08-05 14:45:33 · 297 阅读 · 0 评论