Javascript is required

celery-flower-rabbitmq

celery-flower-rabbitmq GitHub रिपॉजिटरी का स्क्रीनशॉट
  • #

Basic Docker environment with Celery Flower and RabbitMQ3

रेपो #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]
}