grapesmoker / qems2

A new implementation of the QEMS submission system for quizbowl questions.
GNU General Public License v2.0
9 stars 4 forks source link

Add a cron job to periodically update search indexes #246

Closed mbentley00 closed 9 years ago

mbentley00 commented 9 years ago

For the most part, new questions are indexed by the search. But I've noticed some examples where this hasn't happened and I needed to do a manual update_index. I think if we ran a cron job that periodically called update_index this would solve this problem.