Migrate cluster to use Server struct directly. (#10101)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
004e7d383b
Коммит
ae76d27b7d
@@ -47,6 +47,7 @@ func runServer(configFileLocation string, disableConfigWatch bool, usedPlatform
|
||||
options := []app.Option{
|
||||
app.ConfigFile(configFileLocation),
|
||||
app.RunJobs,
|
||||
app.JoinCluster,
|
||||
}
|
||||
if disableConfigWatch {
|
||||
options = append(options, app.DisableConfigWatch)
|
||||
|
||||
Ссылка в новой задаче
Block a user