1
julyclyde Mar 2, 2018
自从 https://github.com/celery/django-celery 合并到 celery 里面之后,django 集成 celery 的文章已经没啥可写的了
|
5
zuoakang Jun 20, 2018
楼主还在吗?按照你的这个博客搭建,一直报错的呀。
环境如下: - python 3.6 - win10 64bit - django 2.0 - celery 4.1.0 - eventlet 0.23.0 注:没有安装 erlang 和 rabbitMQ-server 一直报如下错误: from kombu.async import timer as _timer # noqa ModuleNotFoundError: No module named 'kombu.async' |
6
zuoakang Jun 20, 2018
问题已解决。方法如下: https://github.com/celery/kombu/issues/873
|