Ghost/ghost/job-manager
Naz a8cb12250b Published new versions
- @tryghost/adapter-manager@0.2.2
 - @tryghost/job-manager@0.3.1
 - @tryghost/moleculer-service-from-class@0.2.8
 - @tryghost/mw-session-from-token@0.1.11
 - @tryghost/session-service@0.1.12
2020-11-23 16:14:42 +13:00
..
lib Bumped bree version to 4.0.0 2020-11-23 16:03:36 +13:00
test Changed scheduled jobs not run immediately after initialization 2020-11-23 14:24:24 +13:00
.eslintrc.js Added new job manager package 2020-08-11 21:17:52 +01:00
index.js Added new job manager package 2020-08-11 21:17:52 +01:00
LICENSE Added new job manager package 2020-08-11 21:17:52 +01:00
package.json Published new versions 2020-11-23 16:14:42 +13:00
README.md Added new job manager package 2020-08-11 21:17:52 +01:00

Job Manager

Install

npm install @tryghost/job-manager --save

or

yarn add @tryghost/job-manager

Usage

Develop

This is a mono repository, managed with lerna.

Follow the instructions for the top-level repo.

  1. git clone this repo & cd into it as usual
  2. Run yarn to install top-level dependencies.

Run

  • yarn dev

Test

  • yarn lint run just eslint
  • yarn test run lint and tests

Copyright & License

Copyright (c) 2020 Ghost Foundation - Released under the MIT license.