@xpresser/bull

1.0.2 • Public • Published

Xpresser Bull Plugin

Setup

  1. Install @xpresser/bull in your project
  2. Add npm://@xpresser/bull to plugins array in your plugins.json file.

Note: if you don't have plugins.json file in your project create one in your backend folder. backend/plugins.json

[
  "npm://@xpresser/bull"
]

Config

Add to your plugins config using key @xpresser/bull

{
  plugins: {
    '@xpresser/bull': {
       enabled: true,
       handleCron: false,
       logCompletedTime: true
    }   
  }
}

Readme

Keywords

Package Sidebar

Install

npm i @xpresser/bull

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

3.86 kB

Total Files

5

Last publish

Collaborators

  • trapcode