Skip to content

Distributed Task Scheduler is a scalable and reliable task execution system built with Go and gRPC. It consists of three services: the Scheduler stores and schedules Python script tasks in PostgreSQL, the Coordinator polls for pending tasks, dispatches them to Workers, and updates their results, while Workers execute the scripts and return outputs.

Notifications You must be signed in to change notification settings

vaidik-bajpai/Distributed-Task-Scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Distributed Task Scheduler is a scalable and reliable task execution system built with Go and gRPC. It consists of three services: the Scheduler stores and schedules Python script tasks in PostgreSQL, the Coordinator polls for pending tasks, dispatches them to Workers, and updates their results, while Workers execute the scripts and return outputs.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published