mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-09 15:08:05 -05:00
compute_time_listings: Report exceptions to Sentry
This commit is contained in:
@@ -44,6 +44,9 @@ export TIMES="$3"
|
|||||||
|
|
||||||
echo "Starting $THING_CLS processing"
|
echo "Starting $THING_CLS processing"
|
||||||
|
|
||||||
|
# enable reporting to sentry
|
||||||
|
export REDDIT_ERRORS_TO_SENTRY=1
|
||||||
|
|
||||||
THING_DUMP=$TMPDIR/$THING_CLS-$INTERVAL-thing.dump
|
THING_DUMP=$TMPDIR/$THING_CLS-$INTERVAL-thing.dump
|
||||||
DATA_DUMP=$TMPDIR/$THING_CLS-$INTERVAL-data.dump
|
DATA_DUMP=$TMPDIR/$THING_CLS-$INTERVAL-data.dump
|
||||||
function clean_up {
|
function clean_up {
|
||||||
|
|||||||
Reference in New Issue
Block a user