Background job processing using Python, FastAPI and Redis Queue | Python | Message Queue
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-processing-python-fast-api-redis
– Install Redis using docker and docker compose | Redis Insight docker installation
https://www.youtube.com/watch?v=qucL1F2YEKE
– Install Redis using docker compose
http://selftuts.in/install-redis-using-docker-compose/
Comments are closed.