Commit 7e0bada8 authored by project's avatar project

--no commit message

--no commit message
parent 4a91c674
......@@ -63,9 +63,17 @@ function run_job(cfg)
var transaction = {
"id" : tranId
}
var jobmempref = "ms." + jobId + '.mem';
var jobMem = new memstore(jobmempref,storage);
var ctxJob = {
"memstore" : jobMem
}
var context = {
"jobconfig" : jobconfig,
"transaction" : transaction
"transaction" : transaction,
"job" : ctxJob
}
track('***** JOB RUNNING *****\n[TRANSACTION ID]\t: ' + transaction.id + '\n',TRACKING>0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment