Javascript is required

celery-flower-rabbitmq

Screenshot della repository di GitHub: celery-flower-rabbitmq
  • #

Basic Docker environment with Celery Flower and RabbitMQ3

Repo #655733079
AutoreLorenzo Rottigni
Creato il2023-06-19
Aggiornato il2025-05-16
Pushato il2023-06-20
Dimensione4 MB
Linguaggio principalePython
Conteggio stelle0
Branch principalemain
  • 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]
}