Skip to content

JDeepD/dron-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run Coordinator

Binds to :8000

make run-coordinator

Run Workers

Binds to whatever is given as ADDR param

make run-worker NAME=w1 ADDR=localhost:9001

Run Tasks

Provide a name to the task and the command to run

make run-client ACTION=create NAME="my-task" COMMAND="echo hello" PRIORITY=critical

Benchmarks

Benchmarks ran on M1 Macbook Air (8/256 GB) workers-bench task

About

A Distributed Task Scheduler PoC in Golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors