Small scale, simulated distribution system
- Task distibution to simulated worker nodes
- Priority and retry queues
- System health monitoring (CPU, memory, job logs)
- Optional CLI or web dashboard
- Designed for scale and observability
- [Language: Go / Python / C++]
- REST/gRPC API (??)
- System metrics (psutil, proc / Prometheus)
'''bash
git clone https://github.com/rldejourett01/distributed-job-queue.git cd distributed-job-queue
[python] pip instll -r requirements.txt [go] go mod tidy