scheduler VS metronome

Compare scheduler vs metronome and see what are their differences.

scheduler

A Scala library for scheduling arbitrary code to run at an arbitrary time. (by PagerDuty)

metronome

Metronome is a distributed and fault-tolerant event scheduler (by ovh)
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
scheduler metronome
1 1
205 136
- -
0.0 0.0
about 2 years ago over 5 years ago
Scala Go
GNU General Public License v3.0 or later GNU General Public License v3.0 or later
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.

scheduler

Posts with mentions or reviews of scheduler. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-01-18.
  • Building a distributed scheduler
    4 projects | dev.to | 18 Jan 2021
    Pager Duty Scheduler checks a lot of requirements. The main problem is it uses Cassandra and Kafka; we don’t have any experience for both neither do we have other use cases than the scheduler which will need Cassandra or Kafka. I’m always reluctant to hosting new database systems, database systems are complex by nature and are not easy when it comes to scaling them. It’s a no go then.

metronome

Posts with mentions or reviews of metronome. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-01-18.
  • Building a distributed scheduler
    4 projects | dev.to | 18 Jan 2021
    OVH Metronome seems to check all the requirements, the point is it requires KAFKA and we already host similar services. But I can live with that, the main problem IMO is that it hasn’t been updated since November 2018 and it lacks a documentation on how to set this up, and how to schedule jobs. In the other hand I really like the idea of decoupling scheduling and execution, it’ll allow us to rely on a single scheduler no matter if we want to schedule jobs using Go, Scala or whatever language we’ll had in the future.

What are some alternatives?

When comparing scheduler and metronome you can also consider the following projects:

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

pd-oncall-chat-topic - AWS Lambda Function that updates a Chat Room topic (eg, Slack)

Fenzo - Extensible Scheduler for Mesos Frameworks