Ghost/ghost/email-analytics-service
Simon Backx d8187123af
Added storage for email failures (#15901)
fixes https://github.com/TryGhost/Team/issues/2332

Saves events in the database and collects error information.

Do note that we can emit the same events multiple times, and as a result
out of order. That means we should correctly handle that a delivered
event might be fired after a permanent failure. So a delivered event is
ignored if the email is already marked as failed. Also delivered_at is
reset to null when we receive a permanent failure.
2022-12-01 10:00:53 +01:00
..
lib Added storage for email failures (#15901) 2022-12-01 10:00:53 +01:00
test Added new email event processor (#15879) 2022-11-29 11:15:19 +01:00
.eslintrc.js Added empty email analytics packages 2021-02-24 21:03:29 +00:00
index.js Added new email event processor (#15879) 2022-11-29 11:15:19 +01:00
package.json Update Test & linting packages 2022-11-07 20:39:48 +00:00