whenever
Task scheduler
A tool for scheduling and managing tasks in Ruby applications
Cron jobs in Ruby
9k stars
115 watching
726 forks
Language: Ruby
last commit: 4 months ago
Linked from 5 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
sidekiq-cron/sidekiq-cron | Schedules jobs to run at specific times using cron notation or natural language | 1,867 |
rbrahul/deno_cron | A library that allows developers to write and execute custom cron job schedules in a human-readable format. | 100 |
jbernardo95/cronex | A cron like system built in Elixir that allows you to schedule jobs and run them at specific times or intervals. | 48 |
hexagon/croner | A JavaScript/TypeScript library for scheduling and managing tasks based on cron expressions. | 2,051 |
jobbyphp/jobby | Manages cron jobs without modifying crontab files | 1,047 |
mcuadros/ofelia | A modern job scheduler for Docker environments | 3,106 |
jmettraux/rufus-scheduler | A job scheduling library for Ruby that supports various scheduling methods and executes jobs in a thread-based manner. | 2,413 |
adhocore/gronx | A lightweight parser and scheduler for cron expressions in Go. | 413 |
sidekiq-scheduler/sidekiq-scheduler | An extension to Sidekiq that allows scheduling jobs like a cron utility | 1,714 |
roylee0704/gron | A Go library that provides a simple and flexible way to schedule recurring tasks and jobs. | 1,031 |
jjb/ruby-clock | A Ruby-based job scheduler that runs jobs in parallel threads within a persistent process. | 79 |
maennchen/crontab | A library for parsing and composing Cron format strings in Elixir. | 93 |
sidroberts/phalcon-cron | A component that enables scheduled tasks to be executed in a PHP application using the Phalcon framework. | 79 |
rk/go-cron | A simple library to handle scheduled tasks in Go | 230 |
crazy-max/swarm-cronjob | Automatically schedules tasks on a distributed system using Docker Swarm and Go | 760 |