handle tip jobs err gracefully
This commit is contained in:
parent
727290584c
commit
d018c65bc5
1 changed files with 3 additions and 0 deletions
|
|
@ -208,6 +208,9 @@ const startTipStatusJob = () => {
|
||||||
executeTipAction(tip, invoice)
|
executeTipAction(tip, invoice)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
stream.on('error', err => {
|
||||||
|
Logger.error('Tip Job error' + err.details)
|
||||||
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue