File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 40
40
cd zap-mgmt-scripts/stats
41
41
42
42
# The telemetry/raw directory should just contain unprocessed files so remain small
43
- aws s3 sync s3://ssp-project-zap/telemetry/raw/ telemetry/raw/
43
+ # Move the current files so we don't delete any that come in while we are processing the current ones
44
+ aws s3 mv s3://ssp-project-zap/telemetry/raw/ s3://ssp-project-zap/telemetry/process/ --recursive
45
+ aws s3 sync s3://ssp-project-zap/telemetry/process/ telemetry/raw/
44
46
python3 tel_postprocess.py
45
47
aws s3 mv telemetry/ s3://ssp-project-zap/telemetry/ --recursive
46
- aws s3 sync telemetry/raw/ s3://ssp-project-zap/telemetry/raw / --delete
48
+ aws s3 sync telemetry/raw/ s3://ssp-project-zap/telemetry/process / --delete
47
49
You can’t perform that action at this time.
0 commit comments