Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 546 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 546 Bytes

Task Queue using FastAPI-Celery-RabbitMQ

  • FastAPI and Celery with RabbitMQ for task queue
  • Redis as Celery backend
  • Flower as task monitor

Requirements

Run Guide

  1. Run docker-compose up to start up the instances.
  2. Visit http://localhost:8000/docs to execute test task API calls.
  3. Monitor the execution of the celery tasks at http://localhost:5555 (username: test, password: dummypass1234).