celery-flower-rabbitmq

Repo #655733079 | |
---|---|
Autor | Lorenzo Rottigni |
Creado en | 2023-06-19 |
Actualizado en | 2025-05-16 |
empujado en | 2023-06-20 |
Tamaño | 4 MB |
Lenguaje principal | Python |
Conteo de estrellas | 0 |
Branch predeterminado | main |
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]
}