Ghost/core/server/adapters/scheduling
Naz 9870aff8f0 Fixed slow-running scheduling default test
refs https://github.com/TryGhost/Team/issues/860

- Slow unit tests cause longer waiting time to deliver code to main. Before this fix the test was taking a whooping 6s on average
- The main cause of the delay was a downstream's package (got) default retry logic that was taking up a lot of time bypassing the retry logic present in the default scheduler itself
2021-07-15 13:50:59 +04:00
..
post-scheduling Fixed initialization logic in post scheduler 2021-05-26 10:44:11 +04:00
index.js Fixed initialization logic in post scheduler 2021-05-26 10:44:11 +04:00
SchedulingBase.js 🏗 Removed reschedule method from scheduling adapter 2019-11-27 13:38:30 +05:30
SchedulingDefault.js Fixed slow-running scheduling default test 2021-07-15 13:50:59 +04:00
utils.js Refactored existing adapters to use adapter-manager 2020-04-05 21:13:47 +02:00