Skip to content

Commit

Permalink
Increase attemps for generating images
Browse files Browse the repository at this point in the history
  • Loading branch information
andersonkrs committed Jul 14, 2024
1 parent 28ff7b1 commit beef9dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/user/signaturable/signature_image.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def obsolete?
end

class GenerateJob < ApplicationJob
retry_on(*BrowserSession::RETRYABLE_ERRORS, wait: :polynomially_longer)
retry_on(*BrowserSession::RETRYABLE_ERRORS, attempts: 10, wait: :polynomially_longer)

limits_concurrency to: 2, key: :screenshots, duration: 2.hours

Expand Down

0 comments on commit beef9dd

Please sign in to comment.