Merge branch 'master' into plugins-2
Этот коммит содержится в:
@@ -182,7 +182,6 @@ func New(options ...Option) (outApp *App, outErr error) {
|
||||
})
|
||||
|
||||
})
|
||||
app.regenerateClientConfig()
|
||||
|
||||
mlog.Info("Server is initializing...")
|
||||
|
||||
@@ -205,6 +204,9 @@ func New(options ...Option) (outApp *App, outErr error) {
|
||||
return nil, errors.Wrapf(err, "unable to ensure asymmetric signing key")
|
||||
}
|
||||
|
||||
app.EnsureDiagnosticId()
|
||||
app.regenerateClientConfig()
|
||||
|
||||
app.initJobs()
|
||||
app.AddLicenseListener(func() {
|
||||
app.initJobs()
|
||||
|
||||
Ссылка в новой задаче
Block a user