-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SOLR fails silently and does not restart #157
Comments
Related to: Metro-Records/la-metro-councilmatic#232 |
It looks like a conventional strategy for restarting failed processes on Ubuntu entails the use of a config file (e.g. |
N.B. To prevent Solr crashes, we might also think about limiting the query results (since that tends to be what sucks up server memory and brings down solr). However, this may involve removing the Haystack dependency. @jeancochrane has a solution for limiting query results in SFM, which is worth considering. |
@evz and I did some work on this. Next steps:
I will prioritize these tasks in the order above. |
Haystack defaults to silent failures. It can easily be configured to raise these exceptions (and use a certain default batch size, plus other options here). See: Metro-Records/la-metro-councilmatic#641 |
This causes our councilmatics to stop functioning. We need to address this this week.
The text was updated successfully, but these errors were encountered: