I’m seeing these errors in a self-hosted temporal cluster:
* {"level":"info","ts":"2022-06-01T15:07:18.873Z","msg":"history client encountered error","service":"matching","error":"Workflow task already started.","service-error-type":"serviceerror.TaskAlreadyStarted","logging-call-at":"metricClient.go:638"}
* {"level":"info","ts":"2022-06-01T12:49:09.786Z","msg":"history client encountered error","service":"matching","error":"Activity task already started.","service-error-type":"serviceerror.TaskAlreadyStarted","logging-call-at":"metricClient.go:638"}
The history service is not reporting any errors. The starters/workers are not reporting errors. Hoping to better understand why these errors are occurring and how we can avoid them.
LMK if I can provide any additional information. Thanks!