0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/core
Katharina Irrgang 48c01162a3 🎨 decrease timeout for scheduling (#7556)
refs #7555
- temporary fix to make travis green
- that should not have a any bad effect on scheduling
- we just let the job awake a bit later
- the job logic is strong enough to catch the job if setTimeout awakes too late (that can happen, because setTimeout is not accurate)
- if (moment().diff(moment(Number(timestamp))) <= self.beforePingInMs) --> is smaller ensures that even if the diff is negative, it get's executed
2016-10-13 09:49:10 +01:00
..
client@e4d05b7f18 Updated Ghost-Admin to 1.0.0-alpha.4 2016-10-10 17:08:54 +01:00
server 🎨 decrease timeout for scheduling (#7556) 2016-10-13 09:49:10 +01:00
shared
test migrations: seeding is part of init db task (#7545) 2016-10-12 16:18:57 +01:00
index.js