@xpresser/bull
v1.0.2
Published
Use Bull for xpresser's cron jobs and queues.
Downloads
6
Readme
Xpresser Bull Plugin
Setup
- Install
@xpresser/bull
in your project - 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
}
}
}