FAQ | This is a LIVE service | Changelog

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

chore: Update crontab in git to latest in use

parent 5e0ec662
No related branches found
No related tags found
No related merge requests found
......@@ -13,28 +13,28 @@
# ----------
# source calculation from surveys
00 23 * * * /storage/app/EWS/General/EWS-Coordinator/run_Processor.sh -p Survey -c /storage/app/EWS/General/EWS-Coordinator/configs/config_Ethiopia_fc_live.json --islive
00 23 * * * /storage/app/EWS/General/EWS-Coordinator/run_Processor.sh -p Survey -c /storage/app/EWS/General/EWS-Coordinator/configs/config_EastAfrica_fc_live.json --islive
# ----------
# NAME Deposition
# ----------
# forecast
15,45 09-22 * * * /storage/app/EWS/General/EWS-Coordinator/run_Processor.sh -p Deposition -c /storage/app/EWS/General/EWS-Coordinator/configs/config_Ethiopia_fc_live.json --islive
16,46 09-22 * * * /storage/app/EWS/General/EWS-Coordinator/run_Processor.sh -p Deposition -c /storage/app/EWS/General/EWS-Coordinator/configs/config_EastAfrica_fc_live.json --islive
# analysis (Wednesday, dated for previous week)
25,55 14-22 * * 3 /storage/app/EWS/General/EWS-Coordinator/run_Processor.sh -p Deposition -c /storage/app/EWS/General/EWS-Coordinator/configs/config_Ethiopia_an_live.json --islive -s `date +\%Y\%m\%d --date '-7 day'`
26,56 14-22 * * 3 /storage/app/EWS/General/EWS-Coordinator/run_Processor.sh -p Deposition -c /storage/app/EWS/General/EWS-Coordinator/configs/config_EastAfrica_an_live.json --islive -s `date +\%Y\%m\%d --date '-7 day'`
# ----------
# Environmental suitability
# ----------
# forecast (fewer scheduled for Wednesday)
30 9,11,13,15,17,19,21 * * 0-2,4-6 /storage/app/EWS/General/EWS-Coordinator/run_Processor.sh -p Environment -c /storage/app/EWS/General/EWS-Coordinator/configs/config_Ethiopia_fc_live.json --islive
30 9,13 * * 3 /storage/app/EWS/General/EWS-Coordinator/run_Processor.sh -p Environment -c /storage/app/EWS/General/EWS-Coordinator/configs/config_Ethiopia_fc_live.json --islive
30 9,13,17,21 * * 0-2,4-6 /storage/app/EWS/General/EWS-Coordinator/run_Processor.sh -p Environment -c /storage/app/EWS/General/EWS-Coordinator/configs/config_EastAfrica_fc_live.json --islive
30 9,13 * * 3 /storage/app/EWS/General/EWS-Coordinator/run_Processor.sh -p Environment -c /storage/app/EWS/General/EWS-Coordinator/configs/config_EastAfrica_fc_live.json --islive
# analysis (Wednesday, dated for previous week) needs 2hrs
00 17,21 * * 3 /storage/app/EWS/General/EWS-Coordinator/run_Processor.sh -p Environment -c /storage/app/EWS/General/EWS-Coordinator/configs/config_Ethiopia_an_live.json --islive -s `date +\%Y\%m\%d --date '-7 day'`
00 17,21 * * 3 /storage/app/EWS/General/EWS-Coordinator/run_Processor.sh -p Environment -c /storage/app/EWS/General/EWS-Coordinator/configs/config_EastAfrica_an_live.json --islive -s `date +\%Y\%m\%d --date '-7 day'`
# ----------
# Epi model
......@@ -43,7 +43,14 @@
# old calling method
#00 17 * * * /storage/app/EWS/General/EWS-EpiModel/run_EpiProcess.sh --islive -c /storage/app/EWS/General/EWS-EpiModel/configs/config_Ethiopia_template_leaf_env2p0.json /storage/app/EWS/General/EWS-EpiModel/configs/config_Ethiopia_template_stem_env2p0.json /storage/app/EWS/General/EWS-EpiModel/configs/config_Ethiopia_template_stripe_env2p0.json
# new calling method
00 17 * * * /storage/app/EWS/General/EWS-Coordinator-Dev/run_Processor.sh -p Epidemiology -c /storage/app/EWS/General/EWS-Coordinator-Dev/configs/config_Ethiopia_fc_live.json --islive
00 17 * * * /storage/app/EWS/General/EWS-Coordinator-Dev/run_Processor.sh -p Epidemiology -c /storage/app/EWS/General/EWS-Coordinator/configs/config_EastAfrica_fc_live.json --islive
# ----------
# Summary report
# ----------
# every Tuesday for Ethiopia
00 17 * * 2 /storage/app/EWS/General/EWS-Coordinator/run_Processor.sh -p Advisory -c /storage/app/EWS/General/EWS-Coordinator/configs/config_EastAfrica_fc_live.json --islive
# ==========
# South Asia
......@@ -53,8 +60,8 @@
# Surveys
# ----------
# check for scraped media reports (Monday only)
00 12 * * 1 /storage/app/EWS/General/EWS-Coordinator/run_GatherScrapedMediaReports.sh
# check for scraped media reports (Friday only)
00 12 * * 5 /storage/app/EWS/General/EWS-Coordinator/run_GatherScrapedMediaReports.sh
# source calculation from surveys
55 22 * * * /storage/app/EWS/General/EWS-Coordinator/run_Processor.sh -p Survey -c /storage/app/EWS/General/EWS-Coordinator/configs/config_SouthAsia_fc_live.json --islive
......@@ -64,21 +71,21 @@
# ----------
# forecast
00,30 09-22 * * * /storage/app/EWS/General/EWS-Coordinator/run_Processor.sh -p Deposition -c /storage/app/EWS/General/EWS-Coordinator/configs/config_SouthAsia_big_live.json --islive
01,31 09-22 * * * /storage/app/EWS/General/EWS-Coordinator/run_Processor.sh -p Deposition -c /storage/app/EWS/General/EWS-Coordinator/configs/config_SouthAsia_fc_live.json --islive
# analysis (Wednesday, dated for previous week)
10,40 14-22 * * 3 /storage/app/EWS/General/EWS-Coordinator/run_Processor.sh -p Deposition -c /storage/app/EWS/General/EWS-Coordinator/configs/config_SouthAsia_an_live.json --islive -s `date +\%Y\%m\%d --date '-7 day'`
11,41 14-22 * * 3 /storage/app/EWS/General/EWS-Coordinator/run_Processor.sh -p Deposition -c /storage/app/EWS/General/EWS-Coordinator/configs/config_SouthAsia_an_live.json --islive -s `date +\%Y\%m\%d --date '-7 day'`
# ----------
# Environmental suitability
# ----------
# forecast (larger region run on Wednesdays)
00 10,12,14,16,18,20,22 * * 0-2,4-6 /storage/app/EWS/General/EWS-Coordinator/run_Processor.sh -p Environment -c /storage/app/EWS/General/EWS-Coordinator/configs/config_SouthAsia_fc_live.json --islive
00 10,14 * * 3 /storage/app/EWS/General/EWS-Coordinator/run_Processor.sh -p Environment -c /storage/app/EWS/General/EWS-Coordinator/configs/config_SouthAsia_big_live.json --islive
00 11,15,19,23 * * 0-2,4-6 /storage/app/EWS/General/EWS-Coordinator/run_Processor.sh -p Environment -c /storage/app/EWS/General/EWS-Coordinator/configs/config_SouthAsia_fc_live.json --islive
00 11,15 * * 3 /storage/app/EWS/General/EWS-Coordinator/run_Processor.sh -p Environment -c /storage/app/EWS/General/EWS-Coordinator/configs/config_SouthAsia_fc_live.json --islive
# analysis (Wednesday, dated for previous week) needs 2hrs
00 19,23 * * 3 /storage/app/EWS/General/EWS-Coordinator/run_Processor.sh -p Environment -c /storage/app/EWS/General/EWS-Coordinator/configs/config_SouthAsia_an_live.json --islive -s `date +\%Y\%m\%d --date '-7 day'`
55 18,22 * * 3 /storage/app/EWS/General/EWS-Coordinator/run_Processor.sh -p Environment -c /storage/app/EWS/General/EWS-Coordinator/configs/config_SouthAsia_an_live.json --islive -s `date +\%Y\%m\%d --date '-7 day'`
# ----------
# Epi model
......@@ -86,14 +93,11 @@
# forecast (larger region run on Wednesdays)
#00 16 * * 0-2,4-6 /storage/app/EWS/General/EWS-EpiModel/run_EpiProcess.sh --islive -c /storage/app/EWS/General/EWS-EpiModel/configs/config_Bangladesh_template_leaf_env2p0.json /storage/app/EWS/General/EWS-EpiModel/configs/config_Bangladesh_template_stem_env2p0.json /storage/app/EWS/General/EWS-EpiModel/configs/config_Bangladesh_template_stripe_env2p0.json /storage/app/EWS/General/EWS-EpiModel/configs/config_Nepal_template_leaf_env2p0.json /storage/app/EWS/General/EWS-EpiModel/configs/config_Nepal_template_stem_env2p0.json /storage/app/EWS/General/EWS-EpiModel/configs/config_Nepal_template_stripe_env2p0.json
00 16 * * 3 /storage/app/EWS/General/EWS-Coordinator/run_Processor.sh -p Epidemiology -c /storage/app/EWS/General/EWS-Coordinator/configs/config_SouthAsia_big_live.json --islive
#00 16 * * 3 /storage/app/EWS/General/EWS-Coordinator/run_Processor.sh -p Epidemiology -c /storage/app/EWS/General/EWS-Coordinator/configs/config_SouthAsia_fc_live.json --islive
# ----------
# Summary report
# ----------
# every Monday for Bangladesh and Wednesday for Nepal
# every Monday
00 17 * * 1 /storage/app/EWS/General/EWS-Coordinator/run_Processor.sh -p Advisory -c /storage/app/EWS/General/EWS-Coordinator/configs/config_SouthAsia_fc_live.json --islive
00 17 * * 3 /storage/app/EWS/General/EWS-Coordinator/run_Processor.sh -p Advisory -c /storage/app/EWS/General/EWS-Coordinator/configs/config_SouthAsia_big_live.json --islive
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