Ghost/ghost/email-service/lib
Simon Backx fb3cbe5fc8
Added short lived caching to email batch body (#16233)
fixes https://github.com/TryGhost/Team/issues/2522

When sending an email for multiple batches at the same time, we now
reuse the same email body for each batch in the same segment. This
reduces the amount of database queries and makes the sending more
reliable in case of database failures.

The cache is short lived. After sending the email it is automatically
garbage collected.
2023-02-07 11:01:49 +01:00
..
email-templates
batch-sending-service.js Added short lived caching to email batch body (#16233) 2023-02-07 11:01:49 +01:00
email-body-cache.js Added short lived caching to email batch body (#16233) 2023-02-07 11:01:49 +01:00
email-controller.js
email-event-processor.js Increased wait time between Mailgun events to 200ms 2023-02-03 14:38:44 +01:00
email-event-storage.js
email-renderer.js 🐛 Fixed link to posts on audio cards in emails 2023-02-03 10:37:02 +01:00
email-segmenter.js
email-service.js
mailgun-email-provider.js
sending-service.js Added short lived caching to email batch body (#16233) 2023-02-07 11:01:49 +01:00