Ghost/ghost/job-manager/test
Daniel Lockyer c2e45b657f Removed bthreads dependency in favor of native worker_threads
fixes https://github.com/TryGhost/Toolbox/issues/370

- we no longer need `bthreads` because we can use native
  `worker_threads` now we don't have to support Node 10 any longer
- this allows us to clean up a dependency and stick with native
  libraries
- the referenced node-sqlite3 issue should be fixed (or at least, we now
  maintain it so we can fix it if not)
2022-08-09 09:04:59 +02: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 Cleaned up job manager test suit 2022-08-01 16:47:45 +01:00