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
Open graph: use more common image syntax
[reddit.git]
/
upstart
/
reddit-consumer-search_q.conf
blob
9e0ae37fdd37ed3bf5758ec8372eaec85baced63
1
description "update the cloudsearch index with new/changed documents"
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 search_q$x $REDDIT_INI -c 'from pylons import g; g.search.run_changed()'
14
end script