Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 627 Bytes

File metadata and controls

14 lines (7 loc) · 627 Bytes

Distributed Crontab Management Studio

Golang

The project is developed by Golang with etcd and MongoDB.

Overview

The entire project structure is as the figure below:

Used etcd to sychronize all tasks from the schedule to all Worker nodes. Each worker schedules full tasks independently, without directly generating rpc with the Master nodes, and each Worker node uses distributed lock preemption to solve the problem of concurrent scheduling of the same task.

GO_project