1
julyclyde 2018-03-02 08:24:17 +08:00
自从 https://github.com/celery/django-celery 合并到 celery 里面之后,django 集成 celery 的文章已经没啥可写的了
|
2
ns2250225 OP @julyclyde celery4.1 的官方文档说,已经不需要引入依赖 django-celery 这个库了,直接用 celery 本身就好
|
5
zuoakang 2018-06-20 10:54:45 +08:00
楼主还在吗?按照你的这个博客搭建,一直报错的呀。
环境如下: - 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 2018-06-20 12:10:11 +08:00
问题已解决。方法如下: https://github.com/celery/kombu/issues/873
|