[open-ils-commits] r14732 - branches/rel_1_6/Open-ILS/src/perlmods/OpenILS/Application (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Nov 2 21:43:04 EST 2009
Author: erickson
Date: 2009-11-02 21:43:03 -0500 (Mon, 02 Nov 2009)
New Revision: 14732
Modified:
branches/rel_1_6/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/Open-ILS/src/perlmods/OpenILS/Application/Trigger.pm
===================================================================
--- branches/rel_1_6/Open-ILS/src/perlmods/OpenILS/Application/Trigger.pm 2009-11-03 02:42:17 UTC (rev 14731)
+++ branches/rel_1_6/Open-ILS/src/perlmods/OpenILS/Application/Trigger.pm 2009-11-03 02:43:03 UTC (rev 14732)
@@ -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