Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#415 - Make fhir client timeouts configurable #416

Closed

Conversation

michael-82
Copy link
Collaborator

  • introduce env variables for connect, socket and connectionRequest timeouts in the fhir client

@michael-82 michael-82 added the enhancement New feature or request label Dec 12, 2024
@michael-82 michael-82 self-assigned this Dec 12, 2024
@michael-82 michael-82 linked an issue Dec 12, 2024 that may be closed by this pull request
Copy link

codecov bot commented Dec 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.61%. Comparing base (904634f) to head (2233f96).
Report is 9 commits behind head on develop.

Additional details and impacted files
@@              Coverage Diff              @@
##             develop     #416      +/-   ##
=============================================
+ Coverage      78.54%   78.61%   +0.07%     
  Complexity       558      558              
=============================================
  Files            138      138              
  Lines           2419     2427       +8     
  Branches         149      149              
=============================================
+ Hits            1900     1908       +8     
  Misses           461      461              
  Partials          58       58              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

- introduce env variables for connect, socket and connectionRequest timeouts in the fhir client
@michael-82 michael-82 force-pushed the feature/415-make-fhir-client-timeouts-configurable branch from 7eb741f to 2233f96 Compare January 10, 2025 13:37
@juliangruendner
Copy link
Contributor

@michael-82 , @alexanderkiel - is this not obsolete now if we execute cql asynchronosly?

@alexanderkiel
Copy link
Member

alexanderkiel commented Jan 14, 2025

For the Direct Broker @michael-82 you could implement async interaction yourself. @EmteZogaf does it only in the DSF plugin. Documentation von be found here.

I would recommend to implement the async interaction over making the timeouts configurable.

@michael-82 michael-82 closed this Jan 17, 2025
@michael-82 michael-82 deleted the feature/415-make-fhir-client-timeouts-configurable branch January 17, 2025 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make fhir client timeouts configurable
3 participants