A light-weight job scheduling system built on top of Resque

resque-scheduler Description Resque-scheduler is an extension to Resque that adds support for queueing items in the future. Job scheduling is supported in two different way: Recurring (scheduled) and Delayed. S
Information
Category: Ruby / Scheduling
Watchers: 30
Star: 1.7k
Fork: 490
Last update: Sep 20, 2023

Related Repos



cookpad Kuroko2 Kuroko2 is a web-based job scheduler / workflow engine. Installation $ rails new your_kuroko2_application --database=mysql --skip-turbolinks --skip-javascript -m https://raw.githubusercontent.com/cookpa
 
2.3k

jamesrwhite minicron Looking for an additional maintainer! Contact me via email or twitter if interested. minicron aims to complement cron by making it easier to manage and monitor cron jobs, it can largely be thoug
 
1.7k

resque resque-scheduler Description Resque-scheduler is an extension to Resque that adds support for queueing items in the future. Job scheduling is supported in two different way: Recurring (scheduled) and Delayed. S
 
2.4k

jmettraux rufus-scheduler Job scheduler for Ruby (at, cron, in and every jobs). It uses threads. Note: maybe are you looking for the README of rufus-scheduler 2.x? Quickstart: # quickstart.rb require 'rufus-scheduler' scheduler
 
8.7k

javan Whenever is a Ruby gem that provides a clear syntax for writing and deploying cron jobs. Installation $ gem install whenever Or with Bundler in your Gemfile. gem 'whenever', require: false Getting started $