Ghost/core
Kevin Ansfield 641be8fec3 Adjusted email analytics job scheduling to avoid API spikes
no issue

- typically cron/later schedules will schedule for :00 on the minute which would create API spikes with every members-email-using Ghost site hitting the API at the same time
- adjusted the scheduling to use cron syntax with job runs every 2 minutes on 1,3,5... or 2,4,6... and a random seconds value to smooth usage across sites
2020-12-01 11:27:34 +00:00
..
client@ad3460a4e8
frontend Pinned Portal to latest minor version 2020-12-01 16:16:14 +05:30
server Adjusted email analytics job scheduling to avoid API spikes 2020-12-01 11:27:34 +00:00
shared Added kill-switch config for email analytics background jobs 2020-12-01 09:10:59 +00:00
index.js