博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
cellery ImportError & AttributeError
阅读量:6275 次
发布时间:2019-06-22

本文共 736 字,大约阅读时间需要 2 分钟。

 

 

一、zz的问题

  celery 运行work要进入到 文件所在的文件夹下执行

 

二、AttributeError: 'Flask' object has no attribute 'user_options'

  解决方法:  

celery -A application.controllers.routes:celery worker --loglevel=info

  example:celery -A hello:celery worker --loglevel=info

  source link:

三、Received unregistered task of type

[2016-11-08 17:43:42,023: ERROR/MainProcess] Received unregistered task of type u'proj.ce_tasks.add'.

  需要将这个task添加到 CELERY_IMPORTS 元组中

  source link:

 

四、redis MISCONF  

consumer: Cannot connect to redis://localhost:6379/2: MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are disabled. Please check Redis logs for details about the error..

   见redis 配置持久

 

  

转载地址:http://ibgpa.baihongyu.com/

你可能感兴趣的文章
android中用ExpandableListView实现三级扩展列表
查看>>
%Error opening tftp://255.255.255.255/cisconet.cfg
查看>>
java读取excel、txt 文件内容,传到、显示到另一个页面的文本框里面。
查看>>
《从零开始学Swift》学习笔记(Day 51)——扩展构造函数
查看>>
python多线程队列安全
查看>>
[汇编语言学习笔记][第四章第一个程序的编写]
查看>>
android 打开各种文件(setDataAndType)转:
查看>>
补交:最最原始的第一次作业(当时没有选上课,所以不知道)
查看>>
Vue实例初始化的选项配置对象详解
查看>>
PLM产品技术的发展趋势 来源:e-works 作者:清软英泰 党伟升 罗先海 耿坤瑛
查看>>
vue part3.3 小案例ajax (axios) 及页面异步显示
查看>>
软件测试(二)之 Failure, Error & Fault
查看>>
浅谈MVC3自定义分页
查看>>
.net中ashx文件有什么用?功能有那些,一般用在什么情况下?
查看>>
select、poll、epoll之间的区别总结[整理]【转】
查看>>
CSS基础知识(上)
查看>>
PHP中常见的面试题2(附答案)
查看>>
26.Azure备份服务器(下)
查看>>
mybatis学习
查看>>
LCD的接口类型详解
查看>>