Registry / utility / clockwork

clockwork

JSON →
library4.0.1rbrubygemsunverified

A scheduler process to replace cron, using flexible Ruby syntax running as a single long-running process, inspired by rufus-scheduler and resque-scheduler.

gem install clockwork
INSTALL
IMPORT
SIG · CLOCKWORK
C
clockwork
utilityrubyv4.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Clockwork
require 'clockwork'

Define scheduled jobs with intervals and times

require 'clockwork' include Clockwork handler { |job| puts "Running #{job}" } every(10.seconds, 'frequent.job') every(1.day, 'midnight.job', :at => '00:00')
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
clockwork — gem install clockwork · libregistry