Thanks Karl, I am still a little confused here. I can add a schedule to run Monday to Friday, which is fine. But how can I tell it to run on Saturday but only until 10 am? Is it a matter of specifying the Maximum runtime parameter?
Ultimately what I want is for the job to stop running at 10am on Saturday and start running again first thing Monday. Regards Cathal. -----Original Message----- From: Karl Wright [mailto:[email protected]] Sent: 21 August 2015 5:07 To: dev Subject: Re: Continuous crawl - add schedule to stop for maintenance window Hi Cathal, You can have multiple schedule records, each defining a different time window. It is the cumulative time window that MCF cares about, not what is found in each individual record. Karl On Fri, Aug 21, 2015 at 11:54 AM, Mcguinness, Cathal < [email protected]> wrote: > Hi, > What is the best way to configure a Continuous crawl job so as it will not > run within a defined maintenance window. > This maintenance window is Saturday 10am until midnight Sunday. > If I set a schedule but omit Sunday this will mean that the job will be > running on Saturday during the maintenance window which is not desirable. > What is the best approach here? Or is this type of configuration > possible? I know we could go with pausing the job, but if possible would > like the schedule to be in place. > > > Regards > Cathal. > >
