A Distributed Cron-Style Job System in #golang


cronsun is a distributed golang based cron-style job system. It’s similar with crontab on stand-alone *nix.

https://github.com/shunfei/cronsun

Purpose

The goal of this project is to make it much easier to manage jobs on lots of machines and provides high availability. cronsun is different from Azkaban, Chronos, Airflow.

Features

  • Easy manage jobs on multiple machines
  • Managemant panel
  • Mail service
  • Multi-language support
  • Simple authentication and accounts manager(default administrator email and password: [email protected]/admin)