Ghost/ghost/email-service/lib
Naz 1605198a1a
Added debug data dump to email service
closes https://github.com/TryGhost/Team/issues/3324

- When the recipients batch size is larger than the limit in addition to logging the error we need extra data to figure out what exactly is inside those `2000` or `3000` records causing faulty behavior.
- This change grabs all available models and dumps them into a file inside of the `content/data` folder. The code is temporary and should be removed once the problem is narrowed down
2023-05-30 21:32:01 +07:00
..
email-templates Fixed email styles leaking from labs flag 2023-04-05 16:27:53 +02:00
BatchSendingService.js Added debug data dump to email service 2023-05-30 21:32:01 +07:00
EmailBodyCache.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00
EmailController.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00
EmailEventProcessor.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00
EmailEventStorage.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00
EmailRenderer.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00
EmailSegmenter.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00
EmailService.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00
MailgunEmailProvider.js Added forced debug output for EmailRecipients fetching (#16823) 2023-05-19 17:57:24 +07:00
SendingService.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00