Login  Register

service engine default max-retries

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

service engine default max-retries

Si Chen-2
1414 posts
Hi everybody.

Something else I noticed is that the serviceengine.xml has a

failed-retry-min="3"

but no failed-retry-max attribute.  Would it be nice to have a  
default-retry-max?  Right now it seems there is no max, so unless one  
is set for the service individually, the system keeps running them  
over and over again.

Si

Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: service engine default max-retries

Andrew Zeneski
108 posts
This refers to the number of MINUTES to wait before the retry.. Not  
the min number of times. The max is unlimited unless it is specified  
when the service is invoked or on the service definition.

On Jun 28, 2006, at 2:58 PM, Si Chen wrote:

> Hi everybody.
>
> Something else I noticed is that the serviceengine.xml has a
>
> failed-retry-min="3"
>
> but no failed-retry-max attribute.  Would it be nice to have a  
> default-retry-max?  Right now it seems there is no max, so unless  
> one is set for the service individually, the system keeps running  
> them over and over again.
>
> Si
>

Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: service engine default max-retries

Jacques Le Roux
Administrator
17869 posts
In reply to this post by Si Chen-2
+1


> Hi everybody.
>
> Something else I noticed is that the serviceengine.xml has a
>
> failed-retry-min="3"
>
> but no failed-retry-max attribute.  Would it be nice to have a  
> default-retry-max?  Right now it seems there is no max, so unless one  
> is set for the service individually, the system keeps running them  
> over and over again.
>
> Si
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: service engine default max-retries

Jacques Le Roux
Administrator
17869 posts
In reply to this post by Andrew Zeneski
Thanks Andy

Jacques

> This refers to the number of MINUTES to wait before the retry.. Not  
> the min number of times. The max is unlimited unless it is specified  
> when the service is invoked or on the service definition.
>
> On Jun 28, 2006, at 2:58 PM, Si Chen wrote:
>
> > Hi everybody.
> >
> > Something else I noticed is that the serviceengine.xml has a
> >
> > failed-retry-min="3"
> >
> > but no failed-retry-max attribute.  Would it be nice to have a  
> > default-retry-max?  Right now it seems there is no max, so unless  
> > one is set for the service individually, the system keeps running  
> > them over and over again.
> >
> > Si
> >
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: service engine default max-retries

Si Chen-2
1414 posts
In reply to this post by Andrew Zeneski
So what do you think of having a default # of max-retry times?

On Jun 28, 2006, at 1:24 PM, A. Zeneski wrote:

> This refers to the number of MINUTES to wait before the retry.. Not  
> the min number of times. The max is unlimited unless it is  
> specified when the service is invoked or on the service definition.
>
> On Jun 28, 2006, at 2:58 PM, Si Chen wrote:
>
>> Hi everybody.
>>
>> Something else I noticed is that the serviceengine.xml has a
>>
>> failed-retry-min="3"
>>
>> but no failed-retry-max attribute.  Would it be nice to have a  
>> default-retry-max?  Right now it seems there is no max, so unless  
>> one is set for the service individually, the system keeps running  
>> them over and over again.
>>
>> Si
>>

Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: service engine default max-retries

David E. Jones
1146 posts

I don't know if this is a good idea. In essence with it you are saying that the service is not important enough to make sure it goes through, or stays in the queue until someone takes care of it. While important to support that, I don't know that we want to have it be the default behavior...

-David


Si Chen wrote:

> So what do you think of having a default # of max-retry times?
>
> On Jun 28, 2006, at 1:24 PM, A. Zeneski wrote:
>
>> This refers to the number of MINUTES to wait before the retry.. Not
>> the min number of times. The max is unlimited unless it is specified
>> when the service is invoked or on the service definition.
>>
>> On Jun 28, 2006, at 2:58 PM, Si Chen wrote:
>>
>>> Hi everybody.
>>>
>>> Something else I noticed is that the serviceengine.xml has a
>>>
>>> failed-retry-min="3"
>>>
>>> but no failed-retry-max attribute.  Would it be nice to have a
>>> default-retry-max?  Right now it seems there is no max, so unless one
>>> is set for the service individually, the system keeps running them
>>> over and over again.
>>>
>>> Si
>>>
>