https://github.com/witlox/dcron
Distributed Cronlike Scheduler
https://github.com/witlox/dcron
admin-tools asyncio cron-jobs python3
Last synced: 2 months ago
JSON representation
Distributed Cronlike Scheduler
- Host: GitHub
- URL: https://github.com/witlox/dcron
- Owner: witlox
- License: mit
- Created: 2019-01-17T10:50:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-28T13:31:23.000Z (over 6 years ago)
- Last Synced: 2026-01-08T18:45:20.199Z (4 months ago)
- Topics: admin-tools, asyncio, cron-jobs, python3
- Language: Python
- Homepage: https://dcron.readthedocs.io
- Size: 217 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Distributed Cronlike Scheduler [](https://travis-ci.org/witlox/dcron)
The aim of dcron is to offer [cron](https://en.wikipedia.org/wiki/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](https://dcron.readthedocs.io) 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``