Notify.php
authorAlan Knowles <alan@roojs.com>
Mon, 29 Apr 2013 02:51:40 +0000 (10:51 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 29 Apr 2013 02:51:40 +0000 (10:51 +0800)
Notify.php

index d35961d..39b72f3 100644 (file)
@@ -164,6 +164,9 @@ class Pman_Core_Notify extends Pman
             }
     
             $w->orderBy('act_when ASC'); // oldest first.
+            
+            echo "QUEUE is {$w->count()}\n";
+            
             $w->limit($opts['limit']); // we can run 1000 ...
         } else {
             $w->orderBy('act_when DESC'); // latest first