{% if page_description %}{% endif %} {% if site_author %}{% endif %} {% if canonical_url %}{% endif %} {% if favicon %} {% else %}{% endif %} {% if page_title %}{{ page_title }} - {% endif %}{{ site_name }} {%- for path in extra_css %} {%- endfor %} {% if google_analytics %} {% endif %} {% include "nav.html" %} {% if current_page.abs_url == '/' %}

Job scheduling made easy, distributed and highly-available

Download

Dkron is a system service that runs scheduled jobs at given intervals or times, just like the cron unix service but distributed in several machines in a cluster. If a machine fails (the leader), a follower will take over and keep running the scheduled jobs without human intervention. Dkron is Open Source and freely available.

{% endif %} {% if current_page.abs_url != '/' %}
{% include "toc.html" %}
{% include "content.html" %}
{% else %}
{% include "content.html" %}
{% endif %} {% if current_page.abs_url == '/' %}

Example use cases

Email delivery
Payroll generation
Bookkeeping
Data consolidation for BI
Recurring invoicing
Data transfer
{% endif %} {%- for path in extra_javascript %} {%- endfor %}