在本文中例子中遇到问题的各种开发版本如下: Python3.6.8 Django==2.2 celery==4.4.0 kombu==4.6.7 redis==3.3.0 大概的报错如下截图: 是在开发使用celery+redis+django的场景中遇到的错误 kombu.exceptions.EncodeError:Object of type is not JSON serializable 解决方式: 在项目的setting中增加这样的配置,才可以 # celery==4 需要的配置参数…