This repo demonstrates how to run background tasks with FastAPI, Celery, and Docker.
It provides an example project showing how to integrate FastAPI with Celery for asynchronous processing. You can spin up the environment using `docker-compose up -d --build` and trigger tasks via `curl` commands to your FastAPI endpoints.
This repo demonstrates how to run background tasks with FastAPI, Celery, and Docker.
Developers looking to implement background job processing in their FastAPI applications.
Not enough data yet. Star history will appear after a few days of tracking.