-
Notifications
You must be signed in to change notification settings - Fork 0
/
crontab_e
21 lines (19 loc) · 1.21 KB
/
crontab_e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Computing of users' events
#0 10 * * * sh /root/crontab_job_for_senz/curl_advanced_event.sh "06:00:00" "10:00:00"
#0 14 * * * sh /root/crontab_job_for_senz/curl_advanced_event.sh "06:00:00" "14:00:00"
#0 18 * * * sh /root/crontab_job_for_senz/curl_advanced_event.sh "06:00:00" "18:00:00"
#0 22 * * * sh /root/crontab_job_for_senz/curl_advanced_event.sh "06:00:00" "22:00:00"
# Increase freq of collecting data:
#0 6 * * * sh /root/crontab_job_for_senz/curl_decrease_freq.sh
#0 7 * * * sh /root/crontab_job_for_senz/curl_increase_freq.sh
#0 9 * * * sh /root/crontab_job_for_senz/curl_decrease_freq.sh
#0 11 * * * sh /root/crontab_job_for_senz/curl_increase_freq.sh
#0 13 * * * sh /root/crontab_job_for_senz/curl_decrease_freq.sh
#0 16 * * * sh /root/crontab_job_for_senz/curl_increase_freq.sh
#0 20 * * * sh /root/crontab_job_for_senz/curl_decrease_freq.sh
# Parserhub SpiderUtils
# parserhub SpiderUtils
0 * * * * sh /home/jiawei/senz.config.crontab/curl_start_crftagging.sh
20 */12 * * * sh /home/jiawei/senz.config.crontab/curl_start_offline_crftagging.sh
30 * * * * sh /home/jiawei/senz.config.crontab/curl_start_timeline_processing.sh
50 */6 * * * sh /home/jiawei/senz.config.crontab/curl_start_timeline_offline_processing.sh