2017 © Pedro Peláez
 

library php-resque-repeater

php-resque-repeater is a fork of php-resque-scheduler, designed to manage repeating jobs in resque

image

commonledger/php-resque-repeater

php-resque-repeater is a fork of php-resque-scheduler, designed to manage repeating jobs in resque

  • Wednesday, March 1, 2017
  • by commonledger
  • Repository
  • 4 Watchers
  • 1 Stars
  • 8,694 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 119 Forks
  • 0 Open issues
  • 2 Versions
  • 32 % Grown

The README.md

php-resque-repeater is a fork of the php-resque-scheduler library, designed for managing repeating jobs that are run then enqueued again at a later time using Resque., (*1)

The major difference between this library and php-resque-scheduler is the repeating jobs are stored in a sorted set, which ensures that each unique job is only scheduled once. Any subsequent enqueues will overwrite the timestamp of the previous one. Basically, this enforces that each unique job type (across queue, class and args) can only be queued once., (*2)

The public api for php-resque-scheduler is similar to php-resque-scheduler. Further documentation on usage is pending., (*3)

The Versions

01/03 2017

dev-master

9999999-dev

php-resque-repeater is a fork of php-resque-scheduler, designed to manage repeating jobs in resque

  Sources   Download

10/03 2013

1.1

1.1.0.0

php-resque-scheduler is a PHP port of resque-scheduler, which adds support for scheduling items in the future to Resque.

  Sources   Download

The Requires