Ghost/ghost/job-manager/lib
Naz 3bca4f63b8 Refactored job manager interface to consist of single addJob method
refs #122

- In future changes there's a plan to add "inline" scheduled jobs, which would conflict current method naming.
- The amount of parameters in the methods was more than 3, so it made sense to transform them into an options object
- Scheduling still doesn't work for "inline" jobs. This should be solved as a part of upstream library (https://github.com/breejs/bree/issues/68)
2021-01-06 13:45:23 +13:00
..
assemble-bree-job.js Added jsdoc to bree job builder 2020-12-09 19:34:04 +13:00
is-cron-expression.js 🐛 Fixed cron expression to read seconds parameter 2020-11-24 16:37:46 +13:00
job-manager.js Refactored job manager interface to consist of single addJob method 2021-01-06 13:45:23 +13:00