Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 248 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 248 Bytes

taskly

A Distributed Task Scheduler written in Go , Postgres and gRPC.

Background:

  • I wanted to write a architecture of a task scheduler in Go , that handles a high volume of tasks, distribute them across multiple workers for execution.