db-scheduler
Persistent cluster-friendly scheduler for Java (by kagkarlsson)
openjob
Distributed high performance task scheduling framework (by open-job)
db-scheduler | openjob | |
---|---|---|
6 | 5 | |
1,426 | 949 | |
0.9% | 0.4% | |
8.7 | 8.3 | |
11 days ago | over 1 year ago | |
Java | Java | |
Apache License 2.0 | Apache License 2.0 |
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.
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.
db-scheduler
Posts with mentions or reviews of db-scheduler.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-11-20.
-
Open source Job Scheduler Library in java for high throughput
In java we have found Quartz( Quartz) , Job Runr(Jobrunr) and db-scheduler(db-scheduler) and need to evaluate these for our use case.
-
JobRunr: A library for background processing in Java
db-scheduler is also worth checking out: https://github.com/kagkarlsson/db-scheduler
-
Migrating quartz to jobrunr
I've been using db-scheduler in a Spring Boot project and am very happy with it.
- Suggestions for a distributed job queue lib?
-
Concurrent cron jobs?
You might like https://github.com/kagkarlsson/db-scheduler as a simpler alternative for Quartz. It supports JDBC-able databases as backend but also allows your own implementations for task repository.
-
Cluster friendly task scheduler for NodeJS
Hi everyone. I’m looking for a cluster-friendly task scheduler for NodeJS, something similar to https://github.com/kagkarlsson/db-scheduler for Java. Been surprisingly difficult to find one. So far Agenda is the only one that comes close, however I’d like to avoid MongoDB/Redis as the persistence layer if possible. Any recommendations?
openjob
Posts with mentions or reviews of openjob.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-11-20.
-
Open source Job Scheduler Library in java for high throughput
As we understand for high scalability we need distributed schedulers which supports sharding feature like Elastic Job (elastic job) or open job (open job) however these seems more complex to understands compared to quartz or db scheduler and may be overkill for our use case .
- Openjob
- A distributed task scheduling framework
- Distributed high performance task scheduling framework
-
Openjob: best distributed task scheduling framework
Github: https://github.com/open-job/openjob
What are some alternatives?
When comparing db-scheduler and openjob you can also consider the following projects:
JobRunr - An extremely easy way to perform background processing in Java. Backed by persistent storage. Open and free for commercial use.
PowerJob - Enterprise job scheduling middleware with distributed computing ability.
shedlock - Distributed lock for your scheduled tasks
OPoster - Scheduling Platform for Social Media Networks. Powered by Orienteer
easy-batch - The simple, stupid batch framework for Java
Wisp - A simple Java Scheduler library with a minimal footprint and a straightforward API