1.0.2 • Published 5 years ago
@xpresser/bull v1.0.2
Xpresser Bull Plugin
Setup
- Install
@xpresser/bullin your project Add
npm://@xpresser/bullto plugins array in your plugins.json file.Note: if you don't have
plugins.jsonfile 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 } } }