[open-ils-commits] r14733 - branches/rel_1_6_0/Open-ILS/src/perlmods/OpenILS/Application (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Nov 2 21:43:19 EST 2009


Author: erickson
Date: 2009-11-02 21:43:18 -0500 (Mon, 02 Nov 2009)
New Revision: 14733

Modified:
   branches/rel_1_6_0/Open-ILS/src/perlmods/OpenILS/Application/Trigger.pm
Log:
there could be many pending events, up the timeout for inititial fetching

Modified: branches/rel_1_6_0/Open-ILS/src/perlmods/OpenILS/Application/Trigger.pm
===================================================================
--- branches/rel_1_6_0/Open-ILS/src/perlmods/OpenILS/Application/Trigger.pm	2009-11-03 02:43:03 UTC (rev 14732)
+++ branches/rel_1_6_0/Open-ILS/src/perlmods/OpenILS/Application/Trigger.pm	2009-11-03 02:43:18 UTC (rev 14733)
@@ -513,7 +513,7 @@
 
     return $editor->search_action_trigger_event(
         [{ state => 'pending', run_time => {'<' => 'now'} }, { order_by => { atev => [ qw/run_time add_time/] } }],
-        { idlist=> 1 }
+        { idlist=> 1, timeout => 1800 }
     );
 }
 __PACKAGE__->register_method(



More information about the open-ils-commits mailing list