checkpointing

This commit is contained in:
Ian Roddis
2021-06-13 09:29:48 -03:00
parent 9cfa8cab7f
commit 2cfe3e21d5
4 changed files with 14 additions and 6 deletions

View File

@@ -15,6 +15,7 @@
"command": "/path/to/pull.sh --date {DATE} --source {SOURCE}_A",
"verification_command": "/path/to/pull_verify.sh --date {DATE} --source {SOURCE}_A",
"timeout_seconds": 30
"children": [ "merge_data" ]
},
{
"name": "pull_data_b",
@@ -23,6 +24,7 @@
"command": "/path/to/pull.sh --date {DATE} --source {SOURCE}_B",
"verification_command": "/path/to/pull_verify.sh --date {DATE} --source {SOURCE}_B",
"timeout_seconds": 30
"children": [ "merge_data" ]
},
{
"name": "merge_data",