Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 349 Bytes

File metadata and controls

2 lines (2 loc) · 349 Bytes

Redis-Task-Queues-deployed-on-Docker-Compose

The project covers the basic architecture of a task queue system, how Redis can be used to implement a task queue, and how to create and run worker processes to execute tasks. Additionally, the project includes deployment of the application using Docker Compose for better management and scalability.