Ghost/ghost/job-manager/test
Naz 5adcee1528 Added ability to readd failed one-off job
refs https://github.com/TryGhost/Toolbox/issues/358

- When a one-off job fails it could be restarted during the next call, given it has been cleared from the job queue.
- This readding WILL NOT work for jobs that are restarted within same process (while being kept in the bree's queue). It's specifically targetting one-off jobs like migrations that **might** fail and are only added once per process lifetime.
2022-07-28 19:07:49 +01:00
..
examples Improved documentation and job examples 2021-01-07 15:17:38 +13:00
jobs Added execution progress updates for one off jobs 2022-07-22 16:43:15 +01:00
utils
.eslintrc.js
is-cron-expression.test.js Fixed tests for cron expression validation 2020-11-24 16:44:54 +13:00
job-manager.test.js Added ability to readd failed one-off job 2022-07-28 19:07:49 +01:00