celery-flower-rabbitmq

Basic Docker environment with Celery Flower and RabbitMQ3

Скриншот репозитория GitHub celery-flower-rabbitmq

Детали репозитория

Репозиторий #655733079
АвторLorenzo Rottigni
Создано2023-06-19
Обновлено2023-06-19
Последний push2023-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]
}