Javascript is required

celery-flower-rabbitmq

Capture d'écran du référentiel GitHub celery-flower-rabbitmq
  • #

Basic Docker environment with Celery Flower and RabbitMQ3

Repo #655733079
AuteurLorenzo Rottigni
Créé à2023-06-19
Mis à jour à2025-05-16
Poussé à2023-06-20
Taille4 MB
Langage principalPython
Nombre d'étoiles0
Branche par défautmain
  • Python

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]
}