Skip to content

Commit

Permalink
Merge pull request #217 from cityofaustin/reduce-cr3-extraction-workl…
Browse files Browse the repository at this point in the history
…oad-per-invocation

Reduce the number of CR3s processed per invocation of the process by airflow
  • Loading branch information
frankhereford authored Mar 20, 2024
2 parents a0d0c49 + 2d8ec9c commit 8fdf416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/vz_cr3_extract_ocr_narrative.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def get_env_vars():
image="atddocker/atd-vz-cr3-extract:production",
api_version="auto",
auto_remove=True,
command="./cr3_extract_diagram/cr3_extract_diagram_ocr_narrative.py -v -d --update-narrative --update-timestamp --batch 100 --cr3-source atd-vision-zero-editor production/cris-cr3-files --save-diagram-s3 atd-vision-zero-website cr3_crash_diagrams/production",
command="./cr3_extract_diagram/cr3_extract_diagram_ocr_narrative.py -v -d --update-narrative --update-timestamp --batch 80 --cr3-source atd-vision-zero-editor production/cris-cr3-files --save-diagram-s3 atd-vision-zero-website cr3_crash_diagrams/production",
environment=env_vars,
tty=True,
force_pull=True,
Expand Down

0 comments on commit 8fdf416

Please sign in to comment.