Try our conversational search powered by Generative AI!

Scheduled jobs should have a shorter default content cache expiration

Fixed in

EPiServer.CMS.Core 11.1.0

(Or a related package)

Created

Oct 06, 2017

Updated

Jan 07, 2022

Area

CMS Core

State

Closed, Acceptance tests pass


Description

Content loaded by scheduled jobs should have a short expiration, both since it is unlikely that the content will be used again and to keep down memory usage of long running jobs. Be default a timeout of 1 minute sliding expiration will be used for all scheduled jobs, this value can be changed for an individual job by using the ContentCacheScope class.