Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore internal Sidekiq::JobRetry::Skip exception #1763

Merged
merged 1 commit into from
Mar 18, 2022
Merged

Conversation

st0012
Copy link
Collaborator

@st0012 st0012 commented Mar 17, 2022

After consulting Sidekiq's author Mike, this exception can be ignored as an adhoc solution to #1731.

@st0012 st0012 added this to the 5.3.0 milestone Mar 17, 2022
@st0012 st0012 self-assigned this Mar 17, 2022
@st0012 st0012 added this to In progress in 5.x via automation Mar 17, 2022
@codecov-commenter
Copy link

codecov-commenter commented Mar 17, 2022

Codecov Report

Merging #1763 (5386d73) into master (1e71de0) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #1763      +/-   ##
==========================================
+ Coverage   98.44%   98.45%   +0.01%     
==========================================
  Files         144      144              
  Lines        8436     8437       +1     
==========================================
+ Hits         8305     8307       +2     
+ Misses        131      130       -1     
Impacted Files Coverage Δ
sentry-sidekiq/lib/sentry/sidekiq/configuration.rb 100.00% <100.00%> (ø)
sentry-resque/lib/sentry/resque.rb 100.00% <0.00%> (+2.85%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1e71de0...5386d73. Read the comment docs.

@st0012 st0012 merged commit ff48788 into master Mar 18, 2022
5.x automation moved this from In progress to Done Mar 18, 2022
@st0012 st0012 deleted the fix-#1731-2 branch March 18, 2022 11:37
@st0012 st0012 modified the milestones: 5.3.0, 5.2.1 Mar 18, 2022
danielnolan added a commit to danielnolan/honeybadger-ruby that referenced this pull request Oct 24, 2022
* Since upgrading to Honeybadger 5.0 we are getting duplicate errors
  reported for Sidekiq::JobRetry::Skip and another reported error for
  the exception that caused the Sidekiq job to be retried.
* There was a pr merged to Sentry for a similar issue and Mike Perham
  said this exception could be ignored.
  getsentry/sentry-ruby#1763
  rails/rails#43625 (comment)
joshuap pushed a commit to honeybadger-io/honeybadger-ruby that referenced this pull request Oct 25, 2022
* Since upgrading to Honeybadger 5.0 we are getting duplicate errors
  reported for Sidekiq::JobRetry::Skip and another reported error for
  the exception that caused the Sidekiq job to be retried.
* There was a pr merged to Sentry for a similar issue and Mike Perham
  said this exception could be ignored.
  getsentry/sentry-ruby#1763
  rails/rails#43625 (comment)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
5.x
Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants