Closed mrclay closed 10 years ago
I have a post to solr occurring on the shutdown event with vroom to keep things in sync and not prevent the action and not prevent the next pageload. If there's anything that's still happening that can prevent the action it should be shunted to that event instead.
When entities are created the data is posted to Solr immediately. The Solr connection can therefore block the Elgg action request.
I think ideally Solr would only be able to block search requests and instead entity GUIDs would be added to an async indexer queue.