Rossi

Results 280 comments of Rossi

Running since Sunday ``` nohup ./manage.py find_citations --modified-before 2024-01-01 --verbosity 3 --disconnect-elastic-signals --disable-citation-count-update --opinions-per-task 100 > /tmp/log_find_before_2024.tx ``` Currently at 27% ``` Graph size is 2979535 nodes. Processing items in...

Just stopped the command from the previous comment `Processing items in Celery queue: 55% (1651914/2979535, 10.3/s, Last id: 2383640)`

Running again `nohup ./manage.py find_citations --modified-before 2025-05-01 --verbosity 3 --disconnect-elastic-signals --disable-citation-count-update --opinions-per-task 100 > /tmp/log_find_before_may__2025.txt &` Graph size is 3389671 nodes. Processing items in Celery queue: 0% (8333/3389671, 28420.8/s, Last...

Running ``` nohup ./manage.py find_citations --queue batch0 --verbosity 3 --disconnect-elastic-signals --disable-citation-count-update --modified-before 2022-10-09 > /tmp/log_find_citations.txt & ``` Graph size is 274426 nodes. Completed in 15 hours and 15 minutes

Running ``` nohup ./manage.py find_citations --queue batch0 --verbosity 3 --disconnect-elastic-signals --disable-citation-count-update --modified-before 2025-05-01 > /tmp/log_find_citations_2025.txt & ``` Graph size is 2537135 nodes.

I have a basic draft for this one An example of how paths would look like in `com-courtlistener-private-storage` For the full reporter file: ```python f"reporters/{source}/{provider}/{reporter-slug}/volumes/{volume-number}/{filename}" ``` For the segmented opinions:...

@flooie I updated the PR, please check again

Tried to run this with a few changes, but I think we should update the `okla` scraper first. Even [recent](https://www.courtlistener.com/opinion/10746201/lawson-v-leflore-co-detention-center-public-trust-security-comm/?type=o&type=o&q=court_id%3Aokla&order_by=dateFiled+desc) opinions have HTML junk in them, so we can both...

The frontend displaying outdated content won't be solved by updating ES docs. Check how what you see in the frontend is got from the backend; and what would be needed...

At first glance, I don't think we should since the `type` is an attribute of the Opinion, not of its content... But this is actually a problem; which is a...