celery-flower-rabbitmq

Basic Docker environment with Celery Flower and RabbitMQ3

celery-flower-rabbitmq GitHub 仓库截图

仓库详情

仓库 #655733079
作者Lorenzo Rottigni
创建时间2023-06-19
更新时间2023-06-19
最近推送2023-06-20
大小4 MB
主要语言Python
星标数量0
默认分支main

仓库技能

README.md

CHECK RABBITMQ AUTH => curl -u guest:guest http://localhost:15672/api/whoami
swagger => http://localhost:15672/api/

http://localhost:5555/api/task/send-task/celery_worker.add

raw body - application/json
{
"args": [1, 2]
}