Mattermost CE `SimpleWorker: job execution error`

When running Mattermost Community on Docker, I’m constantly getting this error:

{
  "caller": "jobs/base_workers.go:91",
  "error": "DoCheckForAdminNotifications: Unable to send notification post., No license found",
  "job_id": "4csc49zmdtyq3mwxi3wsxw9f8h",
  "level": "error",
  "msg": "SimpleWorker: job execution error",
  "timestamp": "2023-04-02 00:13:29.857 Z",
  "worker": "InstallNotifyAdmin"
}

Hi Lanhild,

I think this job should not run on the Community edition, since it requires a license at least when looking at the code. @agnivade do you agree on that?

1 Like

I’am using Team edition(docker)

Yes, sorry - team edition is what I meant, so it’s the same issue.

This is fixed in 7.9.2 onwards.

1 Like

Awesome, thanks for letting us know!

1 Like