Fastapi Task Logger Task Logger tracks and monitor the status of background tasks triggered with FastAPI BackgroundTasks. Mulitple storage backends are supported: InMemory - Manages tasks in-memory Installation pip install fastapi-task-logger