dron VS cron

Compare dron vs cron and see what are their differences.

cron

Library to ease writing cron-like programs (by c-blake)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
dron cron
2 2
55 8
- -
6.7 5.8
4 months ago 6 months ago
Python Nim
- -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

dron

Posts with mentions or reviews of dron. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-14.
  • Fcron Is the Best Cron
    5 projects | news.ycombinator.com | 14 Oct 2023
    I was annoyed by cron/fcron limitations and figured systemd is the way go because of its flexibility and power, but also was annoyed about manually managing tons of unit files. So I wrote a tool with a config that looks kinda like a crontab, but uses systemd (or launchd on mac) behind the scenes: https://github.com/karlicoss/dron#what-does-it-do

    E.g. a simplest job definition looks like this

      job(every(mins=10), 'ping https://beepb00p.xyz', unit_name='ping-beepb00p')
  • Systemd.timer, an Alternative to Cron
    3 projects | news.ycombinator.com | 8 Dec 2022

cron

Posts with mentions or reviews of cron. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-14.
  • Fcron Is the Best Cron
    5 projects | news.ycombinator.com | 14 Oct 2023
    Maybe instead of demons with config files that have more and more bespoke syntax, it's better to go all the way to a library that provides the basic loop functionality? Like https://github.com/c-blake/cron or something similar in C or whatever.

    Maybe not, but it's an idea worth considering...

  • Haxe 4.3
    3 projects | news.ycombinator.com | 9 Apr 2023
    https://github.com/c-blake/cron might interest you. This uses "job" from GP in the sense of "cron jobs", although GP meant something much more broad by "jobs in C". ;-)

    The key idea is portable to any prog.lang. you might like, although many will not be as run-time efficient as Nim, C, etc. and many may not be as syntax safe as Nim.

What are some alternatives?

When comparing dron and cron you can also consider the following projects:

spotify_sync - A schedulable, configurable CLI downloader for Spotify accounts

haxeui-core - The core library of the HaxeUI framework

python-systemd-tutorial - A tutorial for writing a systemd service in Python

reflaxe - Haxe framework for creating compilation targets using macros

aiocron - Crontabs for asyncio

supercronic - Cron for containers

dmenu-extended - An extension to dmenu for quickly opening files and folders.

systemd - The systemd System and Service Manager

magniv-core - Magniv Core - A Python-decorator based job orchestration platform. Avoid responsibility handoffs by abstracting infra and DevOps.

beepb00p - My blog!