uchicago-cs / chigame

BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Implement queued search (prior to web deployment) #416

Open joshuamonroe opened 9 months ago

joshuamonroe commented 9 months ago

As discussed during the implementation of the search backend in #342, the current solution to enable realtime search indexing to make forum content searchable uses the realtime signal processor. This solution works well for low traffic applications (e.g. during dev) but an alternative solution, namely queued search, will become more appropriate when chigame is deployed to the web. See these links for further details and justification.