This commit is contained in:
William Mantly 2016-05-30 23:06:45 -04:00
parent 67b717ace1
commit aee63de478

View File

@ -184,7 +184,7 @@ var lxcTimeout = function(runner, time){
var run = function(req, res, runner, count){ var run = function(req, res, runner, count){
count = count || 0; count = count || 0;
console.log('run start', count); console.log('run start', count, runner);
var httpOptions = { var httpOptions = {
url: 'http://' + runner.worker.ip, url: 'http://' + runner.worker.ip,
headers: { headers: {