Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 256 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 256 Bytes

report_plugin

settings.py配置说明:

CELERY_BACKEND = "amqp://"

CELERY_RABBITMQ_REPORT = (
    "uureport",
    "amqp://rabbit:***@uureport_rabbitmq:5672//uureport"
)

REPORT_TASK_NAME = "reports.tasks.save_report"