mirror of
https://github.com/actions/runner.git
synced 2025-12-26 11:28:00 +08:00
Remove USE_BROKER_FLOW (#3162)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user