Git Repository Public Repository

namibia

URLs

Copy to Clipboard
 
70bc99896b9aaaa4e6eb3f875f7443896f85d758
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
HOME=/var/www/namibia

# mon,tue,wed,thu,fri
# Every  couple of minutes
*/2 * * * * root php /var/www/namibia/public/index.php priceguide process
*/5 * * * mon,tue,wed,thu,fri,sat root php /var/www/namibia/public/index.php auction process
0 16 * * mon,tue,wed,thu,fri,sat root php /var/www/namibia/public/index.php auction cleanup
0 * * * * root php /var/www/namibia/public/index.php export data to gems

# Every 10 minutes
*/10 * * * * root php /var/www/namibia/public/index.php retail process

# Every morning at 06:01
1 6 * * * root find /var/www/namibia/data/file/token* -mtime +5 -exec rm {} \;

# Every week-day morning at 8:02
 2 8 * * mon,tue,wed,thu,fri,sat root php /var/www/namibia/public/index.php auction newsletter

# On 2nd of every month at 9am
0 9 2 * * root php /var/www/namibia/public/index.php adherence process

# On last day of month at 11pm
0 23 30 4,6,9,11        * root php /var/www/namibia/public/index.php click report
0 23 31 1,3,5,7,8,10,12 * root php /var/www/namibia/public/index.php click report
0 23 28 2               * root php /var/www/namibia/public/index.php click report

Commits for namibia//bid4cars_cron

Diff revisions: vs.
Revision Author Commited Message
bb2698 ... Diff Diff Mark Mon 24 Oct, 2016 08:44:08 +0000

latest update

df0489 ... Mark Fri 14 Oct, 2016 10:01:00 +0000

initial commit