db-scheduler
Persistent cluster-friendly scheduler for Java (by kagkarlsson)
gocron
Easy and fluent Go cron scheduling. This is a fork from https://github.com/jasonlvhit/gocron (by go-co-op)
db-scheduler | gocron | |
---|---|---|
6 | 12 | |
1,426 | 6,503 | |
0.9% | 1.6% | |
8.7 | 7.7 | |
11 days ago | 4 days ago | |
Java | Go | |
Apache License 2.0 | 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.
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?
gocron
Posts with mentions or reviews of gocron.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-25.
-
JobRunr: A library for background processing in Java
Looks like it's abandoned fork and the current development is at https://github.com/go-co-op/gocron
-
Best way to schedule events and handle them in the future?
I'm not sure this is exactly what you want but I quite like using https://github.com/go-co-op/gocron to schedule events.
-
How to run background functions in go
What i'd like to do is replace resp with new data every 1 hour. I found this gocron package and i was hoping it would do what I want but i can't quite figure it out.
-
how do I start to build an uptime monitoring system such as UptimeRobot or OnlineOrNot?
Never used it but I read about it here on reddit: https://github.com/go-co-op/gocron
-
IndieWebifying my Website Part 1 - Microformats and Webmentions
Luckily I did not have to implement any of this myself apart from some glue code to fit it together: I used the library gocron for scheduling the regular intervals, gofeed for parsing the RSS feed and webmention for extracting links and sending webmentions.
-
How to do distributed cronjobs with worker queues?
There is gocron which you would need to implement with a locking solution like in apscheduler perhaps with postgres or redis.
- Create an alert/alarm for specific time and duration
-
Best task runner/cronjob library
i use this one https://github.com/go-co-op/gocron in production, for a few months now. works just fine.
- ⌛️ Manage time specified operations with Go in easy way.
-
Any one knows a job worker project (like Celery) + distributed cron written in Go
Not exactly what you're asking for but this may help you: https://github.com/go-co-op/gocron
What are some alternatives?
When comparing db-scheduler and gocron 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.
go-quartz - Minimalist and zero-dependency scheduling library for Go
shedlock - Distributed lock for your scheduled tasks
cron - a cron library for go
easy-batch - The simple, stupid batch framework for Java
Faktory - Language-agnostic persistent background job server