Ghost/core
Kevin Ansfield d675278b0b
Prevented scheduling of recurring analytics jobs when not using emails (#12441)
no issue

- recurring jobs spin up worker threads which can be quite CPU intensive even when not performing much processing, this can be problematic in environments where there are many Ghost instances running
- updated the email job scheduling to be skipped on bootup when there are no emails in the database and to be started when the first email is created as long as we're not in testing env
- increase analytics job schedule from every 2 minutes to every 5 minutes to help spread the load further across instances
2020-12-02 08:17:44 +00:00
..
client@ad3460a4e8 Updated Ghost-Admin to v3.38.3 2020-11-23 17:34:33 +00:00
frontend Pinned Portal to latest minor version 2020-12-01 16:16:14 +05:30
server Prevented scheduling of recurring analytics jobs when not using emails (#12441) 2020-12-02 08:17:44 +00:00
shared Added kill-switch config for email analytics background jobs 2020-12-01 09:10:59 +00:00
index.js Refactored server announce functions to be clearer 2020-08-09 17:25:15 +01:00