nextgenhealthcare / connect

The swiss army knife of healthcare integration.
Other
914 stars 275 forks source link

[IDEA] Add option to suppress timeout errors on TCP Sender #6116

Open mikeyw opened 7 months ago

mikeyw commented 7 months ago

Is your feature request related to a problem? Please describe. NOTE: This request is related to issue #1989

TCP Sender destinations with "Queue Messages" set to "Always" and "Queue on Response Timeout" set to "Yes"(https://github.com/nextgenhealthcare/connect/issues/1989) trigger an alert when there is a timeout waiting for a response from the recipient.

Describe your use case All alerts trigger an email to support staff to investigate the issue. Read timeouts are not considered a critical issue, as long as they do not persist for more than a set period of time.

Describe the solution you'd like Two possible options:

Describe alternatives you've considered I have tried the following solutions:

Additional context Add any other context or screenshots about the feature request here.

pacmano1 commented 7 months ago

This applies to any destination / connector type doesn't it? If I undertand you correctly it is sorta "don't throw an error until the final disposition of the message (or maybe destination) is known". 100% agree with the ask.

mikeyw commented 7 months ago

@pacmano1 Exactly!