Commit 020611b5 authored by project's avatar project

--no commit message

--no commit message
parent 70ca6031
......@@ -9,7 +9,7 @@ var qc = new QueueCaller({'url':'amqp://bigmaster.igridproject.info','name':'bs_
var cmd = {
'object_type':'job_execute',
'source' : 'http_listener',
'jobId' : 'job02',
'jobId' : 'job03',
'option' : {},
'input_data' : {
'type' : 'bsdata',
......@@ -22,9 +22,3 @@ var cmd = {
qc.send(cmd);
setTimeout(function(){
qc.close(function(){
console.log('closed');
})
},500)
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