question

Upvotes
Accepted

[TREP] pendingToSrcAppTimeout equivalent in seconds

Hello,

This my first question here, don't hesitate to tell me if I forgot some golden rules ;)

Is there an equivalent of pendingToSrcAppTimeout, but in seconds ?

We have a managed source that does not answer to image requests when there are no images available (in certain conditions) and we would like to limit the impact on the TREP infra ADHs (maxing the pending out capacity).

@A@G@N@N@5@PENDING TO SOURCE APP TIMEOUT@ *"${svc}"*pendingToSrcAppTimeout : 5

!#help

!

! pendingToSrcAppTimeout:

!

! This parameter specifies the time interval (in minutes) that the

! Source Distributor will wait for an image responded to a subsciption request.

!

! If the image response is not received within this time, a close recovery

! status message will be generated and sent to downstream.

!

! This parameter is recommended for turning only in the environment that the

! source application has a problem in responding often.

Kind regards,

Yannick

elektronrefinitiv-realtimetrepADH
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
Accepted
21 0 0 0

There is no supported configuration for pendingToSrcAppTimeout in seconds for TREP.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
78.2k 246 52 72

The provider should send a CLOSED_RECOVER status back to ADH instead of quiet. Then, normalRetryTime can be configured in TREP to recover the item.

    *<serviceName>*normalRetryTime: 120


@A@G@N@N@120@NORMAL ITEM RECOVERY TIME@ *"${svc}"*normalRetryTime : 120
#help


    normalRetryTime: { 1 - N seconds }


    If an item cannot be obtained from any available server, either on
    the initial request, after a server failure, or upon a closed recoverable
    status from the provider, for clients with single open enabled, the ADS
    will attempt to re-open the item after this amount of time (in seconds)
    has elapsed.


    Default value: 120 seconds
#end

To make ADH support pendingToSrcAppTimeout in seconds, you can provide a product feedback at Product Feedback.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.