Delete AdminErrorLog.
[reddit.git] / upstart / reddit-consumer-markread_q.conf
blobf423bd5a5218d314c49674aa70535e5b473a70ad
1 description "mark all messages as read for a user"
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 markread_q$x $REDDIT_INI $REDDIT_ROOT/r2/lib/db/queries.py -c 'consume_mark_all_read()'
14 end script