Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我所拥有的:1)标准端口上的 redis - 这是缓存 2)端口 53333 上的 redis - 这是代理
为什么 celery 成功获取任务,但不返回端口 53333?我可以通过标准端口上的 redis-cli 看到这个任务。你能帮我纠正'celeryconfig.py'吗?
抱歉麻烦...按照插入到“celeryconfig.py”的字符串:
CELERY_RESULT_BACKEND = "redis" CELERY_REDIS_HOST = "localhost" CELERY_REDIS_PORT = 56379
...和所有的工作。