Skip to content

Commit

Permalink
Merge pull request #226 from solver-it-sro/GO-403/good_job_infinite_r…
Browse files Browse the repository at this point in the history
…etry

Good_job infinite retry
  • Loading branch information
stage-rl authored Dec 4, 2023
2 parents a467129 + 7767085 commit 11e0361
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/jobs/application_job.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
class ApplicationJob < ActiveJob::Base
include Rollbar::ActiveJob

retry_on StandardError, wait: :exponentially_longer, attempts: Float::INFINITY
end

0 comments on commit 11e0361

Please sign in to comment.