[freeside-commits] branch FREESIDE_4_BRANCH updated. 892fd936fc50276635a35a4dcb6d9ff0510dddc4

Ivan ivan at 420.am
Mon Aug 14 12:49:47 PDT 2017


The branch, FREESIDE_4_BRANCH has been updated
       via  892fd936fc50276635a35a4dcb6d9ff0510dddc4 (commit)
      from  41dce5ea5713d4c17d054d14824ed590f641ef7a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 892fd936fc50276635a35a4dcb6d9ff0510dddc4
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Aug 14 12:49:46 2017 -0700

    add fulltexrt indexing to RT daily tasks

diff --git a/FS/FS/Cron/rt_tasks.pm b/FS/FS/Cron/rt_tasks.pm
index 01ea0b5..077f23c 100644
--- a/FS/FS/Cron/rt_tasks.pm
+++ b/FS/FS/Cron/rt_tasks.pm
@@ -31,6 +31,8 @@ sub rt_daily {
   my $system = $FS::TicketSystem::system;
   return if !defined($system) || $system ne 'RT_Internal';
 
+  system('/opt/rt3/sbin/rt-fulltext-indexer --quiet --limit 5400 &');
+
   # if -d or -y is in use, bail out.  There's no reliable way to tell RT 
   # to use an alternate system time.
   if ( $opt{'d'} or $opt{'y'} ) {

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/Cron/rt_tasks.pm |    2 ++
 1 file changed, 2 insertions(+)




More information about the freeside-commits mailing list