[BridgeLink 4.6.1] Timeout Handling – Best Practice Validation #143
Unanswered
jewelbonnie
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
[BridgeLink 4.6.1] Timeout Handling – Best Practice Validation
Hi team 👋,
We are working with BridgeLink 4.6.1 for file ingestion APIs (CSV, FHIR, etc.) and wanted to validate our current approach for handling long-running requests.
Context
In scenarios involving large or multiple file uploads, processing time can exceed the configured HTTP Listener timeout (around 30 seconds in our case).
Observed behavior
Based on our understanding
Goal
We want to ensure correct HTTP semantics without masking real errors.
Current approach
Error Classification (Postprocessor)
Inspect
destinationResponse.getStatus()Classify errors as:
Response Normalization
Processing Model
immediate=false)Additional Observation
When using synchronous mode (
immediate=true) for large payloads:Intent
Questions
Summary
We understand that the observed 500 responses are due to how BridgeLink handles timeout exceptions, and we have implemented a structured layer to align responses with standard HTTP semantics.
We would appreciate any feedback or suggestions to validate or improve this approach.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions