witlox / dcron

Distributed Cronlike Scheduler

Home Page:https://dcron.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Distributed Cronlike Scheduler Build Status

The aim of dcron is to offer cron like behaviour spanning multiple machines. The system offers a web interface to manage your jobs, and reports the health of the cluster. Everything is self contained, so you only need to start the system to have a working setup. We do however recommend that you run the system behind a reverse proxy, since there is no authentication mechanism. Please check the docs regarding installation, configuration and options.

Details

  • dcron requires Python 3.7+ in order to work.
  • all nodes running dcron need to have the same software installed you want dcron to run
  • dcron runs tasks at-most-once (according to schedule)

Installation

pip install dcron

About

Distributed Cronlike Scheduler

https://dcron.readthedocs.io

License:MIT License


Languages

Language:Python 90.3%Language:HTML 9.1%Language:CSS 0.6%