Ghost/ghost/update-check-service/test
Naz 96a64b4982
Added error rethrow to update check run as a job
closes https://github.com/TryGhost/Toolbox/issues/525

- When the update check is run as an offloaded job (in a worker thread) the errors that are handled over "logger.error" do not get bubbled up to the job manager to be handled fully. With an optional "rethrowErrors" flag it's not possible to throw errors when the update check is run as a "job" and handle as usual when run in the main thread (through the admin route trigger)
2023-02-27 19:48:42 +08:00
..
utils Added update check service initial commit 2021-06-02 18:17:56 +04:00
.eslintrc.js Added update check service initial commit 2021-06-02 18:17:56 +04:00
update-check-service.test.js Added error rethrow to update check run as a job 2023-02-27 19:48:42 +08:00