Skip to content

Commit

Permalink
add lag to stats
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeTWC1984 committed Mar 15, 2024
1 parent 07645ed commit e4b76c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/job.js
Original file line number Diff line number Diff line change
Expand Up @@ -1515,6 +1515,7 @@ module.exports = Class.create({
plugin_title: job.plugin_title,
memo: job.memo || '',
arg: job.arg,
lag: job.lag || -1

};
if (job.code) stub.description = job.description || 'Unknown Error';
Expand Down

0 comments on commit e4b76c2

Please sign in to comment.