0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/server/adapters/scheduling
Daniel Lockyer 43dd253c12 Fixed timeout in default scheduler
no issue

- the code didn't verify the existance of `timeoutInMS` before using it
- this caused `requestTimeout` to be `undefined`
- this commit adds the extra check so the fallback of 5000ms will be
  used
2020-04-23 15:15:12 +01:00
..
post-scheduling Refactored existing adapters to use adapter-manager 2020-04-05 21:13:47 +02:00
index.js Refactored existing adapters to use adapter-manager 2020-04-05 21:13:47 +02:00
SchedulingBase.js 🏗 Removed reschedule method from scheduling adapter 2019-11-27 13:38:30 +05:30
SchedulingDefault.js Fixed timeout in default scheduler 2020-04-23 15:15:12 +01:00
utils.js Refactored existing adapters to use adapter-manager 2020-04-05 21:13:47 +02:00