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]
}