Ghost/core
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
..
client@919bf3931d Updated Ghost-Admin to v4.0.0-alpha.2 2021-02-16 19:53:52 +00:00
frontend Cleaned up global server events 2021-02-19 15:21:58 +00:00
server Migrated jobs to use parentPort.postMessage 2021-02-22 20:02:00 +13:00
shared Changed DB path for SQLite tests 2021-02-19 12:21:00 +00:00
app.js Added Sentry to new boot process 2021-02-19 09:20:41 +00:00
boot.js Refactored notify to send started + ready 2021-02-19 20:42:10 +00:00