Git Repository Public Repository

namibia

URLs

Copy to Clipboard
 
df0489e1eeeeab5a9bd44e1d84fce49924fe1bac
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/B4C2

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

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

# Every morning at 06:01
1 6 * * * root find /var/www/B4C2/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/B4C2/public/index.php auction newsletter

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

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

Commits for namibia/bid4cars_cron

Diff revisions: vs.
Revision Author Commited Message
df0489 ... Mark Fri 14 Oct, 2016 10:01:00 +0000

initial commit