FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit cb4c151b authored by J.W. Smith's avatar J.W. Smith
Browse files

fix: Catchup script clears up

parent 53ff68d4
No related branches found
No related tags found
No related merge requests found
...@@ -11,25 +11,25 @@ config=$1 # /storage/app/EWS_prod/regions/EastAfrica/resources/coordinator/confi ...@@ -11,25 +11,25 @@ config=$1 # /storage/app/EWS_prod/regions/EastAfrica/resources/coordinator/confi
date=$2 # 20221009 date=$2 # 20221009
# depo # depo
/storage/app/EWS_prod/code/coordinator/run_Processor.sh -p Deposition -c $config -s $date & /storage/app/EWS_prod/code/coordinator/run_Processor.sh -p Deposition -c $config -s $date --clearup &
# Wait at least a minute so that logfile timestamps do not clash # Wait at least a minute so that logfile timestamps do not clash
sleep 70 sleep 70
# env # env
/storage/app/EWS_prod/code/coordinator/run_Processor.sh -p Environment -c $config -s $date & /storage/app/EWS_prod/code/coordinator/run_Processor.sh -p Environment -c $config -s $date --clearup &
# wait for depo and env to finish # wait for depo and env to finish
wait wait
# epi # epi
/storage/app/EWS_prod/code/coordinator/run_Processor.sh -p Epidemiology -c $config -s $date & /storage/app/EWS_prod/code/coordinator/run_Processor.sh -p Epidemiology -c $config -s $date --clearup &
# Wait at least a minute so that logfile timestamps do not clash # Wait at least a minute so that logfile timestamps do not clash
sleep 70 sleep 70
# advisory # advisory
/storage/app/EWS_prod/code/coordinator/run_Processor.sh -p Advisory -c $config -s $date & /storage/app/EWS_prod/code/coordinator/run_Processor.sh -p Advisory -c $config -s $date --clearup &
wait wait
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment