Ghost/core
Kevin Ansfield c7ff4c9e93 Moved email sending to the background job queue
no issue

- moves the meat of `pendingEmailHandler()` code into a new function `sendEmailJob()` that is passed over to the new job service
- lets the server keep processing email generation and sending when it receives a shutdown request rather than halting processing mid-send and ending up in a partial state
2020-08-12 17:02:14 +01:00
..
client@85784f4d21 Updated Ghost-Admin to v3.29.1 2020-08-11 10:46:42 +01:00
frontend Extracted core/server/lib/security to @tryghost/security package 2020-08-11 14:06:50 +01:00
server Moved email sending to the background job queue 2020-08-12 17:02:14 +01:00
shared Fixed default shutdown timeout 2020-08-10 13:00:02 +01:00
index.js Refactored server announce functions to be clearer 2020-08-09 17:25:15 +01:00