repo.or.cz
/
reddit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Accept '/r/foo' everywhere: part 2
[reddit.git]
/
upstart
/
reddit-job-hourly_traffic.conf
blob
a48c12aea5d959929ae556545bbaa74b42d91862
1
description "process hourly traffic logs on EMR"
2
3
instance $slice
4
5
manual
6
task
7
stop on reddit-stop or runlevel [016]
8
9
nice 10
10
11
script
12
. /etc/default/reddit
13
wrap-job paster run $REDDIT_INI -c "from r2.lib.traffic import process_hour; process_hour(\"$slice\")"
14
end script