Registry / messaging / chrisboulton-php-resque-scheduler

chrisboulton-php-resque-scheduler

JSON →
library1.1phppackagistunverified

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

composer require chrisboulton/php-resque-scheduler
INSTALL
IMPORT
SIG · CHRISBOULTON-PHP-R
C
chrisboulton-php-resque-scheduler
messagingphpv1.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.

ResqueScheduler
✓ use Chrisboulton\ResqueScheduler\ResqueScheduler;

Schedule a job to run in one hour

use Chrisboulton\ResqueScheduler\ResqueScheduler; $scheduler = new ResqueScheduler(); $scheduler->enqueueAt(time() + 3600, 'default', ['class' => 'MyJob']);
Debug
Known issues
breakingRequires php-resque; not compatible with Resque v2
fix
Use chrisboulton/php-resque for compatibility
affects: >=1.1
Upgrade
Version history
1.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
OpenAI (training)
1
Resources
chrisboulton-php-resque-scheduler — pip install chrisboulton-php-resque-scheduler · libregistry