Skip to content

iandupzyk/Labyrinth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Labyrinth is a fault tolerant job scheduler.  It is based
on a Python Flask API and is designed to run in a cluster
where one node is designated as a leader and the others as
workers.  If the leader goes down and does not communicate
to the workers within a specified period of time, the workers
will communicate with eachother and elect a new leader.  If
a worker goes down and does not communicate for a specified 
period of time the leader will reassign all jobs running on
the failed worker to the other available workers.

About

just a pet project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages