stable

Clone or download

Read-only

request #8085: ROOT_DAILY is too long

Computing statistics on nfs based systems takes toooooo much time (10h!). Therefore we should extract the statistics stuff in a dedicated queue so that it does not block processing of other events. Change-Id: I7dff7352536ff629998dab8db11dd54fb1b57dac

Modified Files

Name
A plugins/statistics/include/SystemEventQueueStatistics.php +36 −0 Go to diff View file
A plugins/statistics/include/SystemEvent_STATISTICS_DAILY.php +108 −0 Go to diff View file
M plugins/statistics/include/autoload.php +5 −3 Go to diff View file
M plugins/statistics/include/statisticsPlugin.class.php +41 −49 Go to diff View file
M plugins/statistics/site-content/en_US/statistics.tab +3 −1 Go to diff View file
M plugins/statistics/site-content/fr_FR/statistics.tab +2 −0 Go to diff View file
M src/common/system_event/SystemEventQueue.class.php +4 −0 Go to diff View file
M src/utils/cron.d/codendi +1 −0 Go to diff View file
M src/utils/process_system_events.php +1 −0 Go to diff View file