mirror of https://github.com/docusealco/docuseal
parent
acf06084bf
commit
049b9c78c2
@ -1,4 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
class ApplicationJob < ActiveJob::Base
|
class ApplicationJob < ActiveJob::Base
|
||||||
|
retry_on StandardError, wait: 6.seconds, attempts: 5 unless Docuseal.multitenant?
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
Reference in new issue