摘要: 消费者.py import celery import time from celery.schedules import crontab backend = 'redis://127.0.0.1:6379/0' broker = 'redis://127.0.0.1:6379/1' cel = c 阅读全文
posted @ 2024-06-20 17:55 嘚惹 阅读(1) 评论(1) 推荐(0) 编辑