Skip to content

guahuang2/Distributed-Crontab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

D-crontab

Introduction

D-contab is a distributed crontab management software that allows you to run crontab commands on different clusters with a few clicks on a website. It supports CRUD operation for jobs and provides a backend website for easy opeartion. The running output are collected by Go and stored in MongoDB. The ETCD is used as underlying communcation tool between master ans workers.

To run

Configure the master.json and worker.json cd master go build cd worker go build chown -R work:word crontab ./main -config ./master.json start cron-master.service start cron-worker.service

To do:

  • Support shell file
  • Handle the case when worker goes offline

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published