write_comment_orders: Add counters to track writes vs. noops
[reddit.git] / upstart / reddit-consumer-commentstree_q.conf
blob89826482fcf7143646a6f83f8cc78f1ce125c381
1 description "place new comments in the precomputed comment trees"
3 instance $type$x
4 env type=commentstree_q
6 stop on reddit-stop or runlevel [016]
8 respawn
9 respawn limit 10 5
11 nice 10
12 script
13     . /etc/default/reddit
14     wrap-job paster run --proctitle $type$x $REDDIT_INI $REDDIT_ROOT/r2/lib/db/queries.py -c "run_commentstree(qname='$type')"
15 end script