Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Run pending A/T events.
- 15,45 * * * * . /etc/profile && cd /openils/bin && /usr/bin/perl ./action_trigger_runner.pl --osrf-config /openils/conf/opensrf_core.xml --run-pending
- ## Hourly
- 0 * * * * . /etc/profile && /openils/bin/action_trigger_runner.pl --osrf-config /openils/conf/opensrf_core.xml --process-hooks --granularity hourly --run-pending
- ## Daily
- 5 3 * * * . /etc/profile && /openils/bin/action_trigger_runner.pl --osrf-config /openils/conf/opensrf_core.xml --process-hooks --granularity daily --run-pending
- ## Holds Ready
- 20,55 * * * * . /etc/profile && cd /openils/bin && /usr/bin/perl ./action_trigger_runner.pl --osrf-config /openils/conf/opensrf_core.xml --run-pending --granularity hold-ready-email --granularity-only
- 10,40 * * * * . /etc/profile && cd /openils/bin && /usr/bin/perl ./action_trigger_runner.pl --osrf-config /openils/conf/opensrf_core.xml --run-pending --granularity hold-ready-sms --granularity-only
- 15,45 * * * * . /etc/profile && cd /openils/bin && /usr/bin/perl ./action_trigger_runner.pl --osrf-config /openils/conf/opensrf_core.xml --run-pending --granularity hold-ready-pmc --granularity-only
- ## LongOverdue Processing
- 0 1 * * * . /etc/profile && /openils/bin/action_trigger_runner.pl --osrf-config /openils/conf/opensrf_core.xml --process-hooks --hooks=checkout.due --run-pending --granularity longoverdue --granularity-only
- ## LongOverdue Notices
- 30 3 * * * . /etc/profile && /openils/bin/action_trigger_runner.pl --osrf-config /openils/conf/opensrf_core.xml --run-pending --granularity longoverdue-notices --granularity-only
- ## Preminders
- 0 */3 * * * . /etc/profile && /openils/bin/action_trigger_runner.pl --osrf-config /openils/conf/opensrf_core.xml --process-hooks --hooks=checkout.due --run-pending --granularity preminders-email --granularity-only
- 30 */3 * * * . /etc/profile && /openils/bin/action_trigger_runner.pl --osrf-config /openils/conf/opensrf_core.xml --process-hooks --hooks=checkout.due --run-pending --granularity preminders-pmc --granularity-only
- 15 8,12,16 * * * . /etc/profile && /openils/bin/action_trigger_runner.pl --osrf-config /openils/conf/opensrf_core.xml --process-hooks --hooks=checkout.due --run-pending --granularity preminders-sms --granularity-only
- ## ASAP - Password resets, call number texts
- */1 * * * * . /etc/profile && /openils/bin/action_trigger_runner.pl --osrf-config /openils/conf/opensrf_core.xml --process-hooks --granularity password-reset --run-pending
- */5 * * * * . /etc/profile && /openils/bin/action_trigger_runner.pl --osrf-config /openils/conf/opensrf_core.xml --granularity sms-call-number --run-pending
- ## Overdue Notices
- 0 4 * * * . /etc/profile && /openils/bin/action_trigger_runner.pl --osrf-config /openils/conf/opensrf_core.xml --process-hooks --hooks=checkout.due --run-pending --granularity overdue-notices --granularity-only
- ## Account Notices - New users, account expiration warnings
- 30 4 * * * . /etc/profile && /openils/bin/action_trigger_runner.pl --osrf-config /openils/conf/opensrf_core.xml --process-hooks --hooks=au.created,au.expired --run-pending --granularity account-notices --granularity-only
- ## Holds Cancelled
- 0 5 * * * . /etc/profile && /openils/bin/action_trigger_runner.pl --osrf-config /openils/conf/opensrf_core.xml --run-pending --granularity hold-cancelled --granularity-only
- ## Lost Notices
- 10 * * * * . /etc/profile && /openils/bin/action_trigger_runner.pl --osrf-config /openils/conf/opensrf_core.xml --process-hooks --hooks=checkout.due --run-pending --granularity lost-notices --granularity-only
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement