From 73b80fbd96b7ac4effac447fdacbc4af4c8052c8 Mon Sep 17 00:00:00 2001 From: Gustavo Diel Date: Wed, 3 Jul 2024 11:57:56 -0300 Subject: [PATCH] feat: add badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6a2e354..def033a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Sidekiq::SilentRetry +[![Ruby](https://github.com/trusted/sidekiq-silent-retry/actions/workflows/main.yml/badge.svg)](https://github.com/trusted/sidekiq-silent-retry/actions/workflows/main.yml) + `sidekiq-silent-retry` is a middleware for Sidekiq that allows for silent retries of jobs. This gem intercepts exceptions raised during job execution and re-raises under a different exception class, so that tracing services can ignore them. Only the last exception is raised with the original exception. ## Instalation