Question about scheduled service createMaintsFromTimeInterval

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Question about scheduled service createMaintsFromTimeInterval

Jacopo Cappellato-4
Do we really need to run the service createMaintsFromTimeInterval  
every five minutes as part of the seed data setup?
This creates a lot of records in production systems and I am wondering  
if there is a better way of implementing this (e.g. ecas on ProdMaint  
events, or scheduling jobs that are specific for a ProdMaint)

Jacopo
Reply | Threaded
Open this post in threaded view
|

Re: Question about scheduled service createMaintsFromTimeInterval

Jacques Le Roux
Administrator
I'm sure there is a reason, but yes maybe it could be done less intrusively. Most of the time I have to stop it...

Jacques

From: "Jacopo Cappellato" <[hidden email]>
> Do we really need to run the service createMaintsFromTimeInterval  
> every five minutes as part of the seed data setup?
> This creates a lot of records in production systems and I am wondering  
> if there is a better way of implementing this (e.g. ecas on ProdMaint  
> events, or scheduling jobs that are specific for a ProdMaint)
>
> Jacopo
>

Reply | Threaded
Open this post in threaded view
|

Re: Question about scheduled service createMaintsFromTimeInterval

Adrian Crum-2
I put that in there to demonstrate that scheduled fixed asset maintenances can be created automatically. If you would like to change it, then feel free to do so. On the same note, sendMail runs just as frequently.

-Adrian

--- On Sat, 8/15/09, Jacques Le Roux <[hidden email]> wrote:

> From: Jacques Le Roux <[hidden email]>
> Subject: Re: Question about scheduled service createMaintsFromTimeInterval
> To: [hidden email]
> Date: Saturday, August 15, 2009, 5:24 AM
> I'm sure there is a reason, but yes
> maybe it could be done less intrusively. Most of the time I
> have to stop it...
>
> Jacques
>
> From: "Jacopo Cappellato" <[hidden email]>
> > Do we really need to run the service
> createMaintsFromTimeInterval  every five minutes as
> part of the seed data setup?
> > This creates a lot of records in production systems
> and I am wondering  if there is a better way of
> implementing this (e.g. ecas on ProdMaint  events, or
> scheduling jobs that are specific for a ProdMaint)
> >
> > Jacopo
> >
>
>



Reply | Threaded
Open this post in threaded view
|

Re: Question about scheduled service createMaintsFromTimeInterval

Jacopo Cappellato-4
I see.
What about running them once every day (or at least every hour)?

Jacopo

On Aug 15, 2009, at 5:19 PM, Adrian Crum wrote:

> I put that in there to demonstrate that scheduled fixed asset  
> maintenances can be created automatically. If you would like to  
> change it, then feel free to do so. On the same note, sendMail runs  
> just as frequently.
>
> -Adrian
>
> --- On Sat, 8/15/09, Jacques Le Roux <[hidden email]>  
> wrote:
>
>> From: Jacques Le Roux <[hidden email]>
>> Subject: Re: Question about scheduled service  
>> createMaintsFromTimeInterval
>> To: [hidden email]
>> Date: Saturday, August 15, 2009, 5:24 AM
>> I'm sure there is a reason, but yes
>> maybe it could be done less intrusively. Most of the time I
>> have to stop it...
>>
>> Jacques
>>
>> From: "Jacopo Cappellato" <[hidden email]>
>>> Do we really need to run the service
>> createMaintsFromTimeInterval  every five minutes as
>> part of the seed data setup?
>>> This creates a lot of records in production systems
>> and I am wondering  if there is a better way of
>> implementing this (e.g. ecas on ProdMaint  events, or
>> scheduling jobs that are specific for a ProdMaint)
>>>
>>> Jacopo
>>>
>>
>>
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: Question about scheduled service createMaintsFromTimeInterval

Adrian Crum-2
Once an hour would be fine.

-Adrian

--- On Sat, 8/15/09, Jacopo Cappellato <[hidden email]> wrote:

> From: Jacopo Cappellato <[hidden email]>
> Subject: Re: Question about scheduled service createMaintsFromTimeInterval
> To: [hidden email]
> Date: Saturday, August 15, 2009, 11:59 PM
> I see.
> What about running them once every day (or at least every
> hour)?
>
> Jacopo
>
> On Aug 15, 2009, at 5:19 PM, Adrian Crum wrote:
>
> > I put that in there to demonstrate that scheduled
> fixed asset maintenances can be created automatically. If
> you would like to change it, then feel free to do so. On the
> same note, sendMail runs just as frequently.
> >
> > -Adrian
> >
> > --- On Sat, 8/15/09, Jacques Le Roux <[hidden email]>
> wrote:
> >
> >> From: Jacques Le Roux <[hidden email]>
> >> Subject: Re: Question about scheduled service
> createMaintsFromTimeInterval
> >> To: [hidden email]
> >> Date: Saturday, August 15, 2009, 5:24 AM
> >> I'm sure there is a reason, but yes
> >> maybe it could be done less intrusively. Most of
> the time I
> >> have to stop it...
> >>
> >> Jacques
> >>
> >> From: "Jacopo Cappellato" <[hidden email]>
> >>> Do we really need to run the service
> >> createMaintsFromTimeInterval  every five
> minutes as
> >> part of the seed data setup?
> >>> This creates a lot of records in production
> systems
> >> and I am wondering  if there is a better way
> of
> >> implementing this (e.g. ecas on ProdMaint 
> events, or
> >> scheduling jobs that are specific for a
> ProdMaint)
> >>>
> >>> Jacopo
> >>>
> >>
> >>
> >
> >
> >
>
>



Reply | Threaded
Open this post in threaded view
|

Re: Question about scheduled service createMaintsFromTimeInterval

Jacques Le Roux-2-2
Commited at r806943. I have also changed sendEmailDated from 5' to 15', feel free to revert if you like

Jacques

From: "Adrian Crum" <[hidden email]>

> Once an hour would be fine.
>
> -Adrian
>
> --- On Sat, 8/15/09, Jacopo Cappellato <[hidden email]> wrote:
>
>> From: Jacopo Cappellato <[hidden email]>
>> Subject: Re: Question about scheduled service createMaintsFromTimeInterval
>> To: [hidden email]
>> Date: Saturday, August 15, 2009, 11:59 PM
>> I see.
>> What about running them once every day (or at least every
>> hour)?
>>
>> Jacopo
>>
>> On Aug 15, 2009, at 5:19 PM, Adrian Crum wrote:
>>
>> > I put that in there to demonstrate that scheduled
>> fixed asset maintenances can be created automatically. If
>> you would like to change it, then feel free to do so. On the
>> same note, sendMail runs just as frequently.
>> >
>> > -Adrian
>> >
>> > --- On Sat, 8/15/09, Jacques Le Roux <[hidden email]>
>> wrote:
>> >
>> >> From: Jacques Le Roux <[hidden email]>
>> >> Subject: Re: Question about scheduled service
>> createMaintsFromTimeInterval
>> >> To: [hidden email]
>> >> Date: Saturday, August 15, 2009, 5:24 AM
>> >> I'm sure there is a reason, but yes
>> >> maybe it could be done less intrusively. Most of
>> the time I
>> >> have to stop it...
>> >>
>> >> Jacques
>> >>
>> >> From: "Jacopo Cappellato" <[hidden email]>
>> >>> Do we really need to run the service
>> >> createMaintsFromTimeInterval every five
>> minutes as
>> >> part of the seed data setup?
>> >>> This creates a lot of records in production
>> systems
>> >> and I am wondering if there is a better way
>> of
>> >> implementing this (e.g. ecas on ProdMaint
>> events, or
>> >> scheduling jobs that are specific for a
>> ProdMaint)
>> >>>
>> >>> Jacopo
>> >>>
>> >>
>> >>
>> >
>> >
>> >
>>
>>
>
>
>      
>