New HTTP Client Processor Field for Ignoring Timeout Error #81
Labels
enhancement
New feature or request
needs investigation
It looks as though have all the information needed but investigation is required
Dear All,
I would like to propose a new configuration field for the
http
client processor, which allows to ignore exceeded timeouts. This boolean field could, for example, be namedignore_timeout
and be by defaultfalse
. This field may or may not regard retries, however, after the first or last time-out respectively, no connection error is fired, but instead an empty object{}
is passed down-stream.This is useful for requests that are expected to time-out. For example if a request triggers a long running action (think hours) with variable runtime, of which its state can be checked through other means.
See: https://discord.com/channels/746368194196799589/754099840354615296/1276137809941495829
The text was updated successfully, but these errors were encountered: