mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 05:32:20 +00:00
Working blocking list pop :)
This commit is contained in:
parent
b8f98eecd2
commit
86ae77811d
14 changed files with 604 additions and 73 deletions
|
@ -15,5 +15,4 @@ $args = array(
|
|||
);
|
||||
|
||||
$jobId = Resque::enqueue($argv[1], $argv[2], $args, true);
|
||||
echo "Queued job ".$jobId."\n\n";
|
||||
?>
|
||||
echo "Queued job ".$jobId."\n\n";
|
Loading…
Add table
Add a link
Reference in a new issue