-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
Was helping track down an issue some on posted on Stack Overflow and realized that the Database scanner defaults to Sitecore.Context.ContentDatabase, but this will be null when running in the scheduler (since the content database isn't set in the scheduler site).
The quick approach is to patch in a setting for the content db in the scheduler site, but I wonder if the Database Scanner should read the either the ASR.ConfigurationDatabase or something else since ContentDatabase isn't always reliable. (And I don't know the true impact of patching that into the scheduler site).
Metadata
Metadata
Assignees
Labels
No labels