cron VS gronx

Compare cron vs gronx and see what are their differences.

gronx

Lightweight, fast and dependency-free Cron expression parser (due checker, next/prev due date finder), task runner, job scheduler and/or daemon for Golang (tested on v1.13+) and standalone usage. If you are bold, use it to replace crontab entirely. (by adhocore)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
cron gronx
19 7
12,479 369
- -
0.0 7.7
7 days ago 29 days ago
Go Go
MIT License MIT License
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.

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-06-29.
  • Slack Bot Framework
    2 projects | /r/golang | 29 Jun 2023
    Features - Supports Slack Apps using Socket Mode - Easy definitions of commands and their input - Built-in help command - Bot responds to mentions and direct messages - Simple parsing of String, Integer, Float and Boolean parameters - Customizable, intuitive and with many examples to follow - Replies can be new messages or in threads - Replies can be ephemeral, scheduled, updated or deleted - Supports Slash Commands and Interactive Messages - Supports context.Context - Supports middlewares & grouping of commands - Supports Cron Jobs using https://github.com/robfig/cron - Handlers run concurrently via goroutines - Full access to the Slack API github.com/slack-go/slack
  • Ticker that ticks at specified seconds every minute
    1 project | /r/golang | 18 May 2023
  • How to run periodic tasks?
    3 projects | /r/golang | 7 Apr 2023
    You could this https://github.com/robfig/cron
  • is there an open library for validating cron job expression?
    3 projects | /r/golang | 30 Nov 2022
    This will print "Valid cron expression: */20 * * * *" to the console. You can find more information about this library, including installation instructions, on its GitHub page: https://github.com/robfig/cron
  • How to do distributed cronjobs with worker queues?
    8 projects | /r/golang | 12 Nov 2022
    I used robfig/cron on each of the workers. I only had on the order of ~10 workers so polling was not an issue.
  • Go Project Source Code Analysis: Schedule Job Library "cron"
    1 project | dev.to | 11 Nov 2022
    There are many excellent open-source projects on GitHub, where the code is transparent and available to everyone. As software developer, we can learn a lot from them including software engineering, unit testing, coding style standardization, etc. We can even find issues by looking into their code, and submit pull requests to contribute to tech communities. Today we are going to dig into the source code of a popular Golang open-source project on GitHub, robfig/cron, which is small and with clear annotations, and is very suitable for new developers to learn how to read and analyze source code.
  • Golang in Action: How to quickly implement a minimal task scheduling system
    4 projects | dev.to | 2 Oct 2022
    Now let's implement the core of task scheduler, cron job. We will be using robfig/cron, a reputable cron library written in Go.
  • Clean Cronjob Api
    1 project | /r/golang | 9 Sep 2022
    # Hello Everyone! Ive built this cronjob library after the trusted: https://github.com/robfig/cron.
  • Best task runner/cronjob library
    2 projects | /r/golang | 3 Sep 2022
    I suggest this library.
  • Need suggestions for Asynchronous actions in go
    1 project | /r/golang | 3 Jul 2022
    You can take inspiration on cron lib, create a Job i's a function that you give a channel for quit action, and a probably cancel function (from background.WithCancel) for cancel running asynchronous task. You can have a scheduling worker if you decouple a great task to multiple job that listen to a channel that emit event.

gronx

Posts with mentions or reviews of gronx. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-07.

What are some alternatives?

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

gocron - Easy and fluent Go cron scheduling. This is a fork from https://github.com/jasonlvhit/gocron

gocron - A Golang Job Scheduling Package.

leprechaun - You had one job, or more then one, which can be done in steps

chrono - Chrono is a scheduler library that lets you run your task and code periodically

tasks - Package tasks is an easy to use in-process scheduler for recurring tasks in Go

cadence - Cadence is a distributed, scalable, durable, and highly available orchestration engine to execute asynchronous long-running business logic in a scalable and resilient way.

go-quartz - Minimalist and zero-dependency scheduling library for Go

machinery - Machinery is an asynchronous task queue/job queue based on distributed message passing.

cronticker - Golang ticker that works with Cron scheduling.

cronn - cron service with extras

sched - A job scheduler for Go with the ability to fast-forward time.