Skip to content

Commit

Permalink
FatalFailures meter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jendakol committed Dec 5, 2018
1 parent 5f6c86d commit 22cbaab
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,7 @@ private[rabbitmq] object DefaultRabbitMQClientFactory extends LazyLogging {

} catch {
case NonFatal(e) =>
fatalFailuresMeter.mark()
logger.error(s"[$name] Error while executing callback, applying DeliveryResult.${consumerConfig.failureAction}", e)
Effect[F].pure(consumerConfig.failureAction)
}
Expand Down

0 comments on commit 22cbaab

Please sign in to comment.