mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-23 11:55:01 +03:00
Added extra Mailgun retry
no issue
This commit is contained in:
parent
461634c57c
commit
fb210ba6a0
@ -35,7 +35,7 @@ class BatchSendingService {
|
||||
// Retry database queries happening before sending the email
|
||||
#BEFORE_RETRY_CONFIG = {maxRetries: 10, maxTime: 10 * 60 * 1000, sleep: 2000};
|
||||
#AFTER_RETRY_CONFIG = {maxRetries: 20, maxTime: 30 * 60 * 1000, sleep: 2000};
|
||||
#MAILGUN_API_RETRY_CONFIG = {sleep: 10 * 1000, maxRetries: 5};
|
||||
#MAILGUN_API_RETRY_CONFIG = {sleep: 10 * 1000, maxRetries: 6};
|
||||
|
||||
/**
|
||||
* @param {Object} dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user