Release date: 4 November 2020
Improvement
The Jobs page under the Monitoring menu auto-refreshes for each newly created job, which can obstruct user activity in highly dynamic environments. The <add key="PreventAutoRefresh.Enabled" value="true" /> key can be added in the web.config file to restrict auto-refreshing of the page. Details here.
Note
The page is updated when filters are applied or job states change, irrespective of the
PreventAutoRefresh.Enabledparameter.
Updated about a year ago