Merge pull request #227 from shocknet/fix/handle-err
handle tip jobs err gracefully
This commit is contained in:
commit
4bae127c09
1 changed files with 3 additions and 0 deletions
|
|
@ -208,6 +208,9 @@ const startTipStatusJob = () => {
|
|||
executeTipAction(tip, invoice)
|
||||
}
|
||||
})
|
||||
stream.on('error', err => {
|
||||
Logger.error('Tip Job error' + err.details)
|
||||
})
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue