FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
crontab.txt 4.75 KiB
Newer Older
J.W. Smith's avatar
J.W. Smith committed
# Edit this file to introduce tasks to be run by cron.
# 
# Each task to run has to be defined through a single line
# indicating with different fields when the task will be run
# and what command to run for the task
# 
# To define the time you can provide concrete values for
# minute (m), hour (h), day of month (dom), month (mon),
# and day of week (dow) or use '*' in these fields (for 'any').# 
# Notice that tasks will be started based on the cron's system
# daemon's notion of time and timezones.
# 
# Output of the crontab jobs (including errors) is sent through
# email to the user the crontab file belongs to (unless redirected).
# 
# For example, you can run a backup of all your user accounts
# at 5 a.m every week with:
# 0 5 * * 1 tar -zcf /var/backups/home.tgz /home/
# 
# For more information see the manual pages of crontab(5) and cron(8)
# 
# ##############
# EWS-Coordinator
# ##############
# ==========
# Ethiopia
# ==========

# ----------
# Surveys
# ----------

# source calculation from surveys
J.W. Smith's avatar
J.W. Smith committed
00 23 * * * /storage/app/EWS_prod/code/coordinator/run_Processor.sh -p Survey -c /storage/app/EWS_prod/regions/EastAfrica/resources/coordinator/configs/config_EastAfrica_fc_live.json --islive
# ----------
# NAME Deposition
# ----------

# forecast
J.W. Smith's avatar
J.W. Smith committed
16,46 09-22 * * * /storage/app/EWS_prod/code/coordinator/run_Processor.sh -p Deposition -c /storage/app/EWS_prod/regions/EastAfrica/resources/coordinator/configs/config_EastAfrica_fc_live.json --islive
# analysis (Wednesday, dated for previous week)
J.W. Smith's avatar
J.W. Smith committed
26,56 14-22 * * 3 /storage/app/EWS_prod/code/coordinator/run_Processor.sh -p Deposition -c /storage/app/EWS_prod/regions/EastAfrica/resources/coordinator/configs/config_EastAfrica_an_live.json --islive -s `date +\%Y\%m\%d --date '-7 day'`

# ----------
# Environmental suitability
# ----------

J.W. Smith's avatar
J.W. Smith committed
# forecast
20,50 09-22 * * * /storage/app/EWS_prod/code/coordinator/run_Processor.sh -p Environment -c /storage/app/EWS_prod/regions/EastAfrica/resources/coordinator/configs/config_EastAfrica_fc_live.json --islive
J.W. Smith's avatar
J.W. Smith committed
# analysis (Wednesday, dated for previous week)
07,37 14-22 * * 3 /storage/app/EWS_prod/code/coordinator/run_Processor.sh -p Environment -c /storage/app/EWS_prod/regions/EastAfrica/resources/coordinator/configs/config_EastAfrica_an_live.json --islive -s `date +\%Y\%m\%d --date '-7 day'`
# ----------
# Epi model
# ----------
J.W. Smith's avatar
J.W. Smith committed
02,32 17-23 * * * /storage/app/EWS_prod/code/coordinator/run_Processor.sh -p Epidemiology -c /storage/app/EWS_prod/regions/EastAfrica/resources/coordinator/configs/config_EastAfrica_fc_live.json --islive

# ----------
# Summary report
# ----------

# every Tuesday for Ethiopia
J.W. Smith's avatar
J.W. Smith committed
03 17 * * 2 /storage/app/EWS_prod/code/coordinator/run_Processor.sh -p Advisory -c /storage/app/EWS_prod/regions/EastAfrica/resources/coordinator/configs/config_EastAfrica_fc_live.json --islive

# ==========
# South Asia
# ==========

# ----------
# Surveys
# ----------

# check for scraped media reports (Friday only)
J.W. Smith's avatar
J.W. Smith committed
00 12 * * 5 /storage/app/EWS_prod/code/cooordinator/run_GatherScrapedMediaReports.sh
# source calculation from surveys
J.W. Smith's avatar
J.W. Smith committed
55 22 * * * /storage/app/EWS_prod/code/coordinator/run_Processor.sh -p Survey -c /storage/app/EWS_prod/regions/SouthAsia/resources/coordinator/configs/config_SouthAsia_fc_live.json --islive
# ----------
# NAME Deposition
# ----------
J.W. Smith's avatar
J.W. Smith committed
01,31 09-22 * * * /storage/app/EWS_prod/code/coordinator/run_Processor.sh -p Deposition -c /storage/app/EWS_prod/regions/SouthAsia/resources/coordinator/configs/config_SouthAsia_fc_live.json --islive

# analysis (Wednesday, dated for previous week)
J.W. Smith's avatar
J.W. Smith committed
11,41 14-22 * * 3 /storage/app/EWS_prod/code/coordinator/run_Processor.sh -p Deposition -c /storage/app/EWS_prod/regions/SouthAsia/resources/coordinator/configs/config_SouthAsia_an_live.json --islive -s `date +\%Y\%m\%d --date '-7 day'`

# ----------
# Environmental suitability
# ----------

J.W. Smith's avatar
J.W. Smith committed
# forecast
05,35 09-22 * * * /storage/app/EWS_prod/code/coordinator/run_Processor.sh -p Environment -c /storage/app/EWS_prod/regions/SouthAsia/resources/coordinator/configs/config_SouthAsia_fc_live.json --islive
J.W. Smith's avatar
J.W. Smith committed
# analysis (Wednesday, dated for previous week)
12,42 14-22 * * 3 /storage/app/EWS_prod/code/coordinator/run_Processor.sh -p Environment -c /storage/app/EWS_prod/regions/SouthAsia/resources/coordinator/configs/config_SouthAsia_an_live.json --islive -s `date +\%Y\%m\%d --date '-7 day'`

# ----------
# Epi model
# ----------

J.W. Smith's avatar
J.W. Smith committed
# forecast
#00 16 * * 3 /storage/app/EWS_prod/code/coordinator/run_Processor.sh -p Epidemiology -c /storage/app/EWS_prod/regions/SouthAsia/resources/coordinator/configs/config_SouthAsia_fc_live.json --islive

# ----------
# Summary report
# ----------

J.W. Smith's avatar
J.W. Smith committed
00 17 * * 1 /storage/app/EWS_prod/code/coordinator/run_Processor.sh -p Advisory -c /storage/app/EWS_prod/regions/SouthAsia/resources/coordinator/configs/config_SouthAsia_fc_live.json --islive