fix(helpscout): limit retries to a few hours
This commit is contained in:
parent
84ae13eb6b
commit
4b48ee02cd
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
|||
|
||||
class HelpscoutCreateConversationJob < ApplicationJob
|
||||
queue_as :critical # user feedback is critical
|
||||
|
||||
def max_attempts = 15 # ~10h
|
||||
|
||||
class FileNotScannedYetError < StandardError
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue