Closed jcushman closed 11 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
183f001
) 61.98% compared to head (cfbb23b
) 63.51%. Report is 1 commits behind head on develop.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This is my first pass at updating the convert_s3.py script for exporting CAP data to cap static format:
fab export_cap_static_volumes
runs a celery task for each volume (or target volume) to export them to local disk. This step should take about 200 worker-hours, so less than a day given 16 workers.fab summarize_cap_static
gets run manually after all volumes are done, and writes reporter metadata and summary filescopy_volume_pdf
in the codebase that is mostly theresettings.REDACTION_KEY
is set. My thought here is to useCELERY_TASK_ROUTES
to route volume export tasks to a separate temporary celery worker that has that key set, but that might be over-complicated -- tbd with Ben.Next stuff:
Deployment notes: