From: miker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4> Date: Mon, 21 Mar 2011 18:08:30 +0000 (+0000) Subject: correcting bad timespecs in the example crontab X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8548278e2f9d52175e5fe772efa58fec227dc271;p=evergreen%2Fmasslnc.git correcting bad timespecs in the example crontab git-svn-id: svn://svn.open-ils.org/ILS/trunk@19833 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/examples/crontab.example b/Open-ILS/examples/crontab.example index 2f39344938..1cd1db3d7d 100644 --- a/Open-ILS/examples/crontab.example +++ b/Open-ILS/examples/crontab.example @@ -31,7 +31,7 @@ EG_BIN_DIR = /openils/bin # 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 @@ EG_BIN_DIR = /openils/bin # 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