cron

a cron library for go (by robfig)

Cron Alternatives

Similar projects and alternatives to cron

  • Airflow

    169 cron VS Airflow

    Apache Airflow - A platform to programmatically author, schedule, and monitor workflows

  • Gin

    152 cron VS Gin

    Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.

  • 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.

    InfluxDB logo
  • validator

    :100:Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving

  • proposals

    Temporal proposals (by temporalio)

  • Asynq

    Simple, reliable, and efficient distributed task queue 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.

  • gocron

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

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • machinery

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

  • BeanstalkD

    Beanstalk is a simple, fast work queue.

  • 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.

  • chrono

    Chrono is a scheduler library that lets you run your task and code periodically (by codnect)

  • gocron

    A Golang Job Scheduling Package. (by jasonlvhit)

  • go-quartz

    Minimalist and zero-dependency scheduling library for Go

  • cronn

    cron service with extras

  • crawlab

    Distributed web crawler admin platform for spiders management regardless of languages and frameworks. 分布式爬虫管理平台,支持任何语言和框架

  • Cronos

    A fully-featured .NET library for working with Cron expressions. Built with time zones in mind and intuitively handles daylight saving time transitions

  • Dkron

    3 cron VS Dkron

    Dkron - Distributed, fault tolerant job scheduling system https://dkron.io

  • slacker

    Slack Bot Framework

  • aurora

    1 cron VS aurora

    Cross-platform beanstalkd queue server admin console. (by xuri)

  • codao-code

    1 cron VS codao-code
  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better cron alternative or higher similarity.

cron reviews and mentions

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.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 19 Apr 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic cron repo stats
19
12,479
0.0
7 days ago

robfig/cron is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of cron is Go.

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com