Ghost/ghost/email-service/test
naz 320c659a1e
Added forced debug output for EmailRecipients fetching (#16823)
refs TryGhost/Team#3229

- The issue we are observing that even though the returned amount of email recipients should not ever accede the max batch size (1000 in case of MailGun), there are rare glitches when this number is doubled and we fetch 2000 records instead.
- The fix takes it's best guess in de-duping data in the batch and then truncates it if the amount of records is still above the threshold. This ensures we at least end up sending the emails out to some of the recipients instead of none.
2023-05-19 17:57:24 +07:00
..
utils
.eslintrc.js
batch-sending-service.test.js Added forced debug output for EmailRecipients fetching (#16823) 2023-05-19 17:57:24 +07:00
email-controller.test.js
email-event-processor.test.js
email-event-storage.test.js
email-renderer.test.js
email-segmenter.test.js
email-service.test.js
mailgun-email-provider.test.js
sending-service.test.js