add_comments: Don't raise InconsistentCommentTreeError
[reddit.git] / upstart / reddit-consumer-vote_fastlane_q.conf
blob5dfd8789e01f41ffc8fc8154a6dc4b8c3f53122c
1 description "vote_q processor - dedicated fastlane edition"
3 instance $x
5 stop on reddit-stop or runlevel [016]
7 respawn
8 respawn limit 10 5
10 nice 10
11 script
12     . /etc/default/reddit
13     wrap-job paster run --proctitle vote_fastlane_q$x $REDDIT_INI -c 'from r2.lib.voting import consume_vote_queue; consume_vote_queue("vote_fastlane_q")'
14 end script