celery-flower-rabbitmq

Basic Docker environment with Celery Flower and RabbitMQ3

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

रिपॉज़िटरी विवरण

रिपॉज़िटरी #655733079
लेखकLorenzo Rottigni
निर्माण तिथि2023-06-19
अपडेट तिथि2023-06-19
अंतिम पुश2023-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]
}