diff --git a/lib/job.js b/lib/job.js index 338ac79..be78de2 100644 --- a/lib/job.js +++ b/lib/job.js @@ -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';