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
r.syncedSessionStorage: Get values from e.originalEvent
[reddit.git]
/
upstart
/
reddit-job-broken_things.conf
blob
a5cbb1bef34f1fb46b8594422e5591e9dc245c54
1
description "find and delete new broken things (usually caused by failed transactions)"
2
3
manual
4
task
5
stop on reddit-stop or runlevel [016]
6
7
nice 10
8
9
script
10
. /etc/default/reddit
11
wrap-job paster run $REDDIT_INI -c 'from r2.lib.utils import utils; utils.find_recent_broken_things(delete=True)'
12
end script