whenever
Task scheduler
A tool for scheduling and managing tasks in Ruby applications
Cron jobs in Ruby
9k stars
115 watching
727 forks
Language: Ruby
last commit: 6 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,873 |
rbrahul/deno_cron | A library that allows developers to write and execute custom cron job schedules in a human-readable format. | 101 |
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,071 |
jobbyphp/jobby | Manages cron jobs without modifying crontab files | 1,046 |
mcuadros/ofelia | A modern job scheduler for Docker environments | 3,147 |
jmettraux/rufus-scheduler | A job scheduling library for Ruby that supports various scheduling methods and executes jobs in a thread-based manner. | 2,414 |
adhocore/gronx | A lightweight parser and scheduler for cron expressions in Go. | 422 |
sidekiq-scheduler/sidekiq-scheduler | An extension to Sidekiq that allows scheduling jobs like a cron utility | 1,717 |
roylee0704/gron | A Go library that provides a simple and flexible way to schedule recurring tasks and jobs. | 1,033 |
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 Go library to handle scheduled tasks with varying intervals. | 233 |
crazy-max/swarm-cronjob | Automatically schedules tasks on a distributed system using Docker Swarm and Go | 773 |