Ghost/core/server/scheduling
Katharina Irrgang ded60ba6e8 post-scheduling: delete job but time is null (#7035)
no issue

This is a fix for the default-scheduler.
When a post never had a published_at value, the oldTime for removing the job would be null. And in this case we would try to delete a job with an invalidate date.
2016-06-28 20:14:29 +02:00
..
post-scheduling Merge pull request #6988 from kirrg001/improvement/forward-utc-timestamp-for-scheduler 2016-06-14 17:05:22 +01:00
index.js post-scheduling: flat config for scheduling 2016-06-14 15:13:00 +02:00
SchedulingBase.js post-scheduling 2016-06-14 10:52:13 +02:00
SchedulingDefault.js post-scheduling: delete job but time is null (#7035) 2016-06-28 20:14:29 +02:00
utils.js post-scheduling 2016-06-14 10:52:13 +02:00