Skip to content

rldejournett01/distributed-job-queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Distributed Job Queue System

Small scale, simulated distribution system

Features

  • 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

Technologies

  • [Language: Go / Python / C++]
  • REST/gRPC API (??)
  • System metrics (psutil, proc / Prometheus)

Setup

'''bash

Clone

git clone https://github.com/rldejourett01/distributed-job-queue.git cd distributed-job-queue

Install dependencies

[python] pip instll -r requirements.txt [go] go mod tidy

About

Small scale, simulated distribution system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages