Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.
/ job-worker Public archive

Wrapper for adding serialized self-contained PHP Resque jobs to a queue

License

Notifications You must be signed in to change notification settings

Crowdstar/job-worker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Wrapper for adding serialized self-contained Resque jobs to a queue

Built for PHP Resque Ex

Installation

composer require crowdstar/job-worker:~1.0.0

Sample Usage

<?php
use CrowdStar\JobWorker\Queue;

$queue = new Queue('redishost:port', 'redispassword');
$result = $queue->addHighPriorityJob(array('CrowdStar\Covet\Debug', 'debug'), array('some output'));

Processing jobs

To process jobs PHP Resque Ex needs to be running in a environment with your codebase

About

Wrapper for adding serialized self-contained PHP Resque jobs to a queue

Resources

License

Stars

Watchers

Forks

Languages