Ghost/ghost/job-manager/lib
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
..
assemble-bree-job.js
is-cron-expression.js
job-manager.js Added ability to readd failed one-off job 2022-07-28 19:07:49 +01:00
jobs-repository.js Added execution progress updates for one off jobs 2022-07-22 16:43:15 +01:00