You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw this error on Sentry: https://freelawproject.sentry.io/issues/5777983605/ which is related to the build_chart_data function in coverage_utils. The error has stopped, but I noticed that this helper function has not been migrated to ES.
We'll need to migrate it before shutting down Solr.
I also checked other functions that seem to require migration:
court_count_query in api.views
query_facets in api.views
authored_opinions in people_db.views
oral_arguments_heard in people_db.views
recap_cases_assigned in people_db.views
docket_pks_for_query in bulk_utils
There are also other Solr methods that require migration, but they are related to management commands:
add_parallel_citations.py
populate_opinions.py
buried_alive_project.py
invoice_project.py
legal_robot.py
cl_get_ftm_ids.py
We should determine if all of these commands are still active and if their Solr queries require migration.
The text was updated successfully, but these errors were encountered:
Thanks, Alberto. Supremely helpful. We can ignore all of the management commands for now — none of those are used regularly, so they're not worth our time.
I saw this error on Sentry: https://freelawproject.sentry.io/issues/5777983605/ which is related to the
build_chart_data
function incoverage_utils
. The error has stopped, but I noticed that this helper function has not been migrated to ES.We'll need to migrate it before shutting down Solr.
I also checked other functions that seem to require migration:
court_count_query
inapi.views
query_facets
inapi.views
authored_opinions
inpeople_db.views
oral_arguments_heard
inpeople_db.views
recap_cases_assigned
inpeople_db.views
docket_pks_for_query
inbulk_utils
There are also other Solr methods that require migration, but they are related to management commands:
add_parallel_citations.py
populate_opinions.py
buried_alive_project.py
invoice_project.py
legal_robot.py
cl_get_ftm_ids.py
We should determine if all of these commands are still active and if their Solr queries require migration.
The text was updated successfully, but these errors were encountered: