celery-flower-rabbitmq

回購 #655733079 | |
---|---|
作者 | Lorenzo Rottigni |
創建於 | 2023-06-19 |
更新於 | 2025-05-16 |
推到 | 2023-06-20 |
尺寸 | 4 MB |
主要語言 | Python |
星數 | 0 |
默認分支 | main |
Python
自述文件.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]
}