How to Deploy a FastAPI Service with Redis & Redis Queue
Building a scalable service involves making the service more reliable and easy to manage. In this tutorial we will explore how to deploy a web API built with FastAPI that has a Redis DB for storing the job ids and files and a Redis Queue to manage the jobs and scheduled task. We will be …
How to Deploy a FastAPI Service with Redis & Redis Queue Read More »