Background job processing using Python, FastAPI and Redis Queue | Python | Message Queue

Опубликовано: 23 Октябрь 2024
на канале: CodeWithRajRanjan
20,676
431

In this video we will create a project where in we will use the python and Redis to create a background job processing system . We will be using the Redis Queue library to push jobs using the FastAPI Rest server.

References
Code
https://github.com/self-tuts/job-proc...

Install Redis using docker and docker compose | Redis Insight docker installation

   • Install Redis using docker and docker...  


Install Redis using docker compose
http://selftuts.in/install-redis-usin...