Ghost/core/server/web/api/testmode/jobs
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
..
cpu-hog.js Added support for graceful job shutdown and worker threads 2020-11-23 17:17:49 +13:00
graceful-job.js Added support for graceful job shutdown and worker threads 2020-11-23 17:17:49 +13:00
say-hello.js Added support for jobs defined as modules 2020-11-10 17:29:35 +13:00