0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/server
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
..
api 🐛 send correct token expiration time (#7547) 2016-10-12 10:19:33 +02:00
apps 🎉 Middleware refactor: Give the API its own express App (#7537) 2016-10-11 10:36:00 +02:00
auth 🎨 Ghost OAuth improvements (#7550) 2016-10-12 12:11:56 +01:00
config Misc Middleware cleanup (#7526) 2016-10-10 21:14:32 +02:00
controllers Move internal tags out of labs (#7519) 2016-10-10 09:51:03 +01:00
data migrations: seeding is part of init db task (#7545) 2016-10-12 16:18:57 +01:00
events post-scheduling 2016-06-14 10:52:13 +02:00
helpers 🎨 replace process.env.NODE_ENV usages by config.get('env') (#7544) 2016-10-11 13:53:52 +01:00
logging 🐛 logging: error output format (#7546) 2016-10-11 19:03:14 +01:00
mail 🎨 change how we get and set config 2016-09-20 15:59:34 +01:00
middleware 🎉 Middleware refactor: Give the API its own express App (#7537) 2016-10-11 10:36:00 +02:00
models migrations: seeding is part of init db task (#7545) 2016-10-12 16:18:57 +01:00
permissions Error creation (#7477) 2016-10-06 13:27:35 +01:00
routes 🎉 Middleware refactor: Give the API its own express App (#7537) 2016-10-11 10:36:00 +02:00
scheduling 🎨 decrease timeout for scheduling (#7556) 2016-10-13 09:49:10 +01:00
storage Error creation (#7477) 2016-10-06 13:27:35 +01:00
translations Migration: New database versioning (#7499) 2016-10-06 14:50:55 +01:00
utils 🎨 replace process.env.NODE_ENV usages by config.get('env') (#7544) 2016-10-11 13:53:52 +01:00
views Switch to new native system font stack (#7219) 2016-08-18 20:29:46 +01:00
errors.js migrations: seeding is part of init db task (#7545) 2016-10-12 16:18:57 +01:00
filters.js
ghost-server.js Error creation (#7477) 2016-10-06 13:27:35 +01:00
i18n.js improvement: general fixes 2016-06-01 07:07:20 +02:00
index.js Error creation (#7477) 2016-10-06 13:27:35 +01:00
overrides.js 🛠 update lodash,knex and bookshelf to latest versions 2016-09-26 10:20:55 +02:00
update-check.js Misc Middleware cleanup (#7526) 2016-10-10 21:14:32 +02:00