Fix jobserver run (#14983)

This commit is contained in:
Jesús Espino
2020-07-08 10:03:02 +02:00
committed by GitHub
parent bebff8156b
commit 98d5b7a5a5

View File

@@ -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")