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

リポジトリ詳細
| リポジトリ #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]
}