mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 21:52:21 +00:00
WIP
This commit is contained in:
parent
ff0d2bc655
commit
132531e1a2
7 changed files with 150 additions and 102 deletions
|
@ -14,6 +14,6 @@ $args = array(
|
|||
),
|
||||
);
|
||||
|
||||
$jobId = Resque::enqueue('default', $argv[1], $args, true);
|
||||
$jobId = Resque::enqueue($argv[1], $argv[2], $args, true);
|
||||
echo "Queued job ".$jobId."\n\n";
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue