Ghost/core/server/web
Naz 5c4e884070 Added support for graceful job shutdown and worker threads
refs #12402

- With bumped version of job-manager it offloads job procesing into separate worker thread. Having jobs run out of main Ghost process even loop allows for safe job execution, which does not block Ghost from serving requests or performing other functions without a delay
- Added experimental data access to 'testmode' jobs. This should serve as an illustration of how to access data from the job layer
2020-11-23 17:17:49 +13:00
..
admin Replaced constants file with @tryghost/constants 2020-08-11 12:51:16 +01:00
api Added support for graceful job shutdown and worker threads 2020-11-23 17:17:49 +13:00
members Moved core/server/lib/url-utils to core/shared/url-utils (#11856) 2020-05-28 11:57:02 +01:00
parent Fixed incorrect require for lodash package 2020-06-01 08:42:58 +01:00
shared Fixed error logged for absent redirects config 2020-11-05 12:45:02 +13:00
site Enabled Portal (#12317) 2020-11-03 14:36:21 +05:30
index.js Refactored how we require shared middlewares from web/ (#9893) 2018-09-21 16:17:11 +05:30
well-known.js Added Router etc to shared/express + use everywhere 2020-05-01 19:32:57 +01:00