Allow runner to check service connection in background. (#3542)

* Allow runner to check service connection in background.

* .

* .
This commit is contained in:
Tingluo Huang
2024-11-12 13:30:30 -05:00
committed by GitHub
parent d37a7ae14d
commit d16fb2c593
5 changed files with 208 additions and 11 deletions

View File

@@ -7,5 +7,6 @@ namespace GitHub.DistributedTask.WebApi
public static readonly String JobId = "system.jobId";
public static readonly String RunnerLowDiskspaceThreshold = "system.runner.lowdiskspacethreshold";
public static readonly String RunnerEnvironment = "system.runnerEnvironment";
public static readonly String RunnerServiceConnectivityTest = "system.runner.serviceconnectivitycheckinput";
}
}