Ghost/ghost/job-manager/test
Naz 54c19226bf
Fixed an unhandled exception in job manager
closes https://github.com/TryGhost/Toolbox/issues/402

- The SQL error was thrown whenever a job error was happening and was trying to persist an error. Persisting an error should only happen for "named" one-off jobs, instead of just one-off jobs.
2022-10-07 18:41:11 +08:00
..
examples Improved documentation and job examples 2021-01-07 15:17:38 +13:00
jobs Removed bthreads dependency in favor of native worker_threads 2022-08-09 09:04:59 +02:00
utils Added new job manager package 2020-08-11 21:17:52 +01:00
.eslintrc.js Added new job manager package 2020-08-11 21:17:52 +01:00
is-cron-expression.test.js Fixed tests for cron expression validation 2020-11-24 16:44:54 +13:00
job-manager.test.js Fixed an unhandled exception in job manager 2022-10-07 18:41:11 +08:00