Ghost/core/server/web/api/testmode/jobs
Naz 8a718ca99a Migrated jobs to use parentPort.postMessage
refs https://github.com/TryGhost/Ghost/issues/12496

- Using ghost-ignition logging caused file handle leaks. As there is no straight-forward way to handle write streams with bunyan (ghost-ignition's underlying logging library) this method of logging was chosen as an alternative to keep the amount of open file handles to minimum
- The follow up changes will include custom formatter for jobs service which should make logging match the same format  as has been used inside the jobs
2021-02-22 20:02:00 +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 Migrated jobs to use parentPort.postMessage 2021-02-22 20:02:00 +13:00
say-hello.js Added support for jobs defined as modules 2020-11-10 17:29:35 +13:00