Ghost/core/server/web/api
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
..
canary Added the Admin API and tests for Personal Tokens. 2020-11-20 09:53:18 +01:00
middleware Moved definition of default max image width to config (#12289) 2020-10-19 08:56:18 +01:00
testmode Added support for graceful job shutdown and worker threads 2020-11-23 17:17:49 +13:00
v2 Updated stability index comments around Admin API v2 endpoints 2020-08-03 23:46:23 +12:00
app.js Added a server testmode to help test behaviour 2020-08-10 16:38:49 +01:00
index.js Renamed app related files+variables for clarity 2020-04-27 17:50:08 +01:00