mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 13:42:22 +00:00
WIP
This commit is contained in:
parent
e541fa9b70
commit
b8f98eecd2
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