fix: exponential backoff before prompting reauthorization
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class AddImapBackoffToChannelEmail < ActiveRecord::Migration[7.2]
|
||||
def change
|
||||
add_column :channel_email, :imap_retry_count, :integer, default: 0, null: false
|
||||
add_column :channel_email, :imap_retry_after, :datetime
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user