Remove USE_BROKER_FLOW (#3162)

This commit is contained in:
Luke Tomlinson
2024-02-21 17:39:26 -05:00
committed by GitHub
parent 3449d5fa52
commit d296014f99
5 changed files with 11 additions and 45 deletions

View File

@@ -63,6 +63,7 @@ namespace GitHub.Runner.Common
var brokerSession = RetryRequest<TaskAgentMessage>(
async () => await _brokerHttpClient.GetRunnerMessageAsync(sessionId, version, status, os, architecture, disableUpdate, cancellationToken), cancellationToken, shouldRetry: ShouldRetryException);
return brokerSession;
}