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
Fix error on new_promo page.
[reddit.git]
/
upstart
/
reddit-consumer-vote_fastlane_q.conf
blob
4b9966fefd527ee049ac2474daa965bdbfaa8835
1
description "vote_q processor - dedicated fastlane edition"
2
3
instance $x
4
5
stop on reddit-stop or runlevel [016]
6
7
respawn
8
respawn limit 10 5
9
10
nice 10
11
script
12
. /etc/default/reddit
13
wrap-job paster run --proctitle vote_fastlane_q$x $REDDIT_INI $REDDIT_ROOT/r2/lib/db/queries.py -c 'process_votes(vote_fastlane_q)'
14
end script