Skip to content

Commit

Permalink
Set retry option to false for UserCleanerJob (#715)
Browse files Browse the repository at this point in the history
  • Loading branch information
fosterfarrell9 authored Nov 24, 2024
1 parent 76c2676 commit 46a3133
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/workers/user_cleaner_job.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
class UserCleanerJob
include Sidekiq::Worker
sidekiq_options retry: false # job will be discarded if it fails

def perform
# Only run this job in production, not for mampf-experimental or mampf-dev.
Expand Down

0 comments on commit 46a3133

Please sign in to comment.