celery-flower-rabbitmq
Basic Docker environment with Celery Flower and RabbitMQ3

仓库详情
| 仓库 #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]
}