0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/services/email-analytics
Naz c1e3788570 Added central error handler to job manager
refs https://github.com/TryGhost/Ghost-Utils/issues/118

- Duplicating error handling across jobs is not best developer experience. Also, having custom error handling logic did not allow for recommended worker script behavior: allowing for unhandled exceptions to bubble up and be managed by parent process
2020-12-14 18:01:41 +13:00
..
jobs Added central error handler to job manager 2020-12-14 18:01:41 +13:00
lib Fixed sqlite storing member email open rate as floats 2020-12-10 10:00:25 +00:00
providers Added guard for page.items existing in Mailgun response 2020-12-07 11:07:25 +00:00
email-analytics.js Added members.email_open_rate aggregation to email analytics (#12458) 2020-12-08 12:43:10 +00:00
index.js