Skip to content

Commit

Permalink
readme edit, lib/jobs delete
Browse files Browse the repository at this point in the history
  • Loading branch information
Robgra13 committed Oct 28, 2024
1 parent 2d31831 commit 8096821
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Check Sidekiq super_fetch:[here](https://github.com/sidekiq/sidekiq/wiki/Reliabi
Remedy is supposed to be use like:
`config.super_fetch!(&SidekiqPoisonPillRemedy.remedy)`

When a job fails, the SidekiqPoisonPillRemedy captures the failure and determines whether the job should be moved to a dedicated poison_pill queue.
When a job is considered a poison pill by Sidekiq, SidekiqPoisonPillRemedy prevents it from being moved to DeadSet and moves it to a dedicated queue to make sure the job will be processed after capturing team's attention with Sentry notification

## Development

Expand Down
12 changes: 0 additions & 12 deletions lib/jobs/my_job.rb

This file was deleted.

1 change: 0 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
Dir[File.join(__dir__, "support", "**", "*.rb")].each { |f| require f }

RSpec.configure do |config|
Sidekiq::Testing.fake!
# Enable flags like --only-failures and --next-failure
config.example_status_persistence_file_path = ".rspec_status"

Expand Down

0 comments on commit 8096821

Please sign in to comment.