Commit 7e0bada8 authored by project's avatar project

--no commit message

--no commit message
parent 4a91c674
...@@ -63,9 +63,17 @@ function run_job(cfg) ...@@ -63,9 +63,17 @@ function run_job(cfg)
var transaction = { var transaction = {
"id" : tranId "id" : tranId
} }
var jobmempref = "ms." + jobId + '.mem';
var jobMem = new memstore(jobmempref,storage);
var ctxJob = {
"memstore" : jobMem
}
var context = { var context = {
"jobconfig" : jobconfig, "jobconfig" : jobconfig,
"transaction" : transaction "transaction" : transaction,
"job" : ctxJob
} }
track('***** JOB RUNNING *****\n[TRANSACTION ID]\t: ' + transaction.id + '\n',TRACKING>0); 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