Skip to content

Commit

Permalink
Fail indexing jobs that die.
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Apr 1, 2016
1 parent 5024c1c commit 79176da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/MetaCPAN/Queue.pm
Expand Up @@ -39,6 +39,7 @@ sub startup {
}
catch {
warn $_;
$job->fail( { message => $_ } );
};
}
);
Expand Down

0 comments on commit 79176da

Please sign in to comment.