celery-flower-rabbitmq
Basic Docker environment with Celery Flower and RabbitMQ3

Dettagli del repository
| Repository #655733079 | |
|---|---|
| Autore | Lorenzo Rottigni |
| Creato il | 2023-06-19 |
| Aggiornato il | 2023-06-19 |
| Push effettuato il | 2023-06-20 |
| Dimensione | 4 MB |
| Linguaggio principale | Python |
| Numero di stelle | 0 |
| Branch predefinito | main |
Competenze del repository
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]
}