We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c391b93 commit 31eafa2Copy full SHA for 31eafa2
src/WebJobs.Script.WebHost/Controllers/InstanceController.cs
@@ -54,7 +54,8 @@ public async Task<IActionResult> Assign2([FromBody] FunctionsWorkerContainerAssi
54
55
_logger.LogDebug($"Worker assignment context is: {JsonConvert.SerializeObject(workerAssignmentContext)}");
56
57
- return await AssignInternal(workerAssignmentContext.AssignmentContext);
+ return Ok();
58
+ //return await AssignInternal(workerAssignmentContext.AssignmentContext);
59
}
60
61
[HttpGet]
0 commit comments