mattermost / mattermost-helm

Mattermost Helm charts for Kubernetes
Apache License 2.0
164 stars 148 forks source link

[MM-49202] Add retention time for failed calls-offloader jobs #421

Closed streamer45 closed 12 months ago

streamer45 commented 1 year ago

Summary

As per related PR, starting in the next version we'll be able to configure a retention time for failed jobs through the JOBS_FAILEDJOBSRETENTIONTIME env variable which controls the TTLSecondsAfterFinished value of the kubernetes job spec. This should finally remove the need to manually delete every failed recording jobs.

Related PR

https://github.com/mattermost/calls-offloader/pull/43

Ticket Link

https://mattermost.atlassian.net/browse/MM-49202

streamer45 commented 12 months ago

Release is out (https://hub.docker.com/layers/mattermost/calls-offloader/v0.4.0/images/sha256-09ae7d5dbe6a04a3d661c46b2240c31b3b20b29b46b7cd6003cfa447ed7ca591?context=explore), will merge