[open-ils-commits] r19835 - branches/rel_2_0/Open-ILS/examples (miker)
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Mar 21 14:09:45 EDT 2011
Author: miker
Date: 2011-03-21 14:09:41 -0400 (Mon, 21 Mar 2011)
New Revision: 19835
Modified:
branches/rel_2_0/Open-ILS/examples/crontab.example
Log:
correcting bad timespecs in the example crontab
Modified: branches/rel_2_0/Open-ILS/examples/crontab.example
===================================================================
--- branches/rel_2_0/Open-ILS/examples/crontab.example 2011-03-21 18:09:14 UTC (rev 19834)
+++ branches/rel_2_0/Open-ILS/examples/crontab.example 2011-03-21 18:09:41 UTC (rev 19835)
@@ -31,7 +31,7 @@
# m h dom mon dow command
# Run the hold targeter
-* */4 * * * . ~/.bashrc && $EG_BIN_DIR/hold_targeter.pl $SRF_CORE
+*/15 * * * * . ~/.bashrc && $EG_BIN_DIR/hold_targeter.pl $SRF_CORE
# Run the hold thawer
5 0 * * * . ~/.bashrc && $EG_BIN_DIR/thaw_expired_frozen_holds.srfsh
@@ -61,7 +61,7 @@
# Action/Trigger entries ----
# Runs all pending A/T events every half hour
-0 */2 * * * . ~/.bashrc && $EG_BIN_DIR/action_trigger_runner.pl --osrf-config $SRF_CORE --run-pending
+*/30 * * * * . ~/.bashrc && $EG_BIN_DIR/action_trigger_runner.pl --osrf-config $SRF_CORE --run-pending
# Passive A/T event generation.
# Note: push these back to 3am so they will run after the fine generator and spread out the start minute to reduce dogpiling
More information about the open-ils-commits
mailing list