From 98d5b7a5a5ca38f191704d6769b0157c7b5aa023 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Wed, 8 Jul 2020 10:03:02 +0200 Subject: [PATCH] Fix jobserver run (#14983) --- cmd/mattermost/commands/jobserver.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/mattermost/commands/jobserver.go b/cmd/mattermost/commands/jobserver.go index a7a212ba36..eabfc81472 100644 --- a/cmd/mattermost/commands/jobserver.go +++ b/cmd/mattermost/commands/jobserver.go @@ -42,6 +42,7 @@ func jobserverCmdF(command *cobra.Command, args []string) error { defer a.Shutdown() a.Srv().LoadLicense() + a.InitServer() // Run jobs mlog.Info("Starting Mattermost job server")