-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcrontab.txt~
More file actions
25 lines (18 loc) · 767 Bytes
/
Copy pathcrontab.txt~
File metadata and controls
25 lines (18 loc) · 767 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
SHELL=/bin/bash
PATH=/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/aws/bin:/home/ec2-user/bin
MAILTO=""
# For details see man 4 crontabs
# Example of job definition:
# .---------------- minute (0 - 59)
# | .------------- hour (0 - 23)
# | | .---------- day of month (1 - 31)
# | | | .------- month (1 - 12) OR jan,feb,mar,apr ...
# | | | | .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat
# | | | | |
# * * * * * command to be executed
# BT
45 10 * * * python ~/mm_daily_process.py
# MP
0 13 * * * perl -I /home/ec2-user/prod/cdo/aol/lib /home/ec2-user/prod/cdo/aol/bin/cdoImport.pl
0 17 * * mon,thu perl -I /home/ec2-user/prod/cdo/aol/lib /home/ec2-user/prod/cdo/aol/bin/aolPriceVolume.pl
# JV