https://github.com/siddheshwari19/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.
https://github.com/siddheshwari19/redis-task-queues-deployed-on-docker-compose
distributed-systems docker flask python redis task-queues
Last synced: 4 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/siddheshwari19/redis-task-queues-deployed-on-docker-compose
- Owner: Siddheshwari19
- Created: 2023-03-15T19:45:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-16T03:52:11.000Z (over 2 years ago)
- Last Synced: 2025-01-16T03:52:49.454Z (6 months ago)
- Topics: distributed-systems, docker, flask, python, redis, task-queues
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.