catch stragglers in "chunked" delivery mode
This commit is contained in:
parent
5d1cbc2677
commit
32868dab79
3 changed files with 155 additions and 142 deletions
|
@ -606,6 +606,10 @@ function notifier_run(&$argv, &$argc){
|
|||
}
|
||||
continue;
|
||||
}
|
||||
// be sure to pick up any stragglers
|
||||
if(count($this_batch))
|
||||
proc_run('php','include/delivery.php',$cmd,$item_id,$this_batch);
|
||||
|
||||
|
||||
$deliver_status = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue