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

Repository Details
| Repo #655733079 | |
|---|---|
| Author | Lorenzo Rottigni |
| Created At | 2023-06-19 |
| Updated At | 2023-06-19 |
| Pushed At | 2023-06-20 |
| Size | 4 MB |
| Main Language | Python |
| Star count | 0 |
| Default branch | main |
Repository Skills
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]
}