Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Enable Startup of BPE without a running FHIR Server #104

Closed
hhund opened this issue Jun 26, 2020 · 0 comments · Fixed by #109
Closed

Enable Startup of BPE without a running FHIR Server #104

hhund opened this issue Jun 26, 2020 · 0 comments · Fixed by #109
Labels
enhancement New feature or request ready for release Issue is fixed and merged into develop, ready for next release
Milestone

Comments

@hhund
Copy link
Member

hhund commented Jun 26, 2020

Currently the BPE server tries to establish the websocket connection on startup. This results in a SocketTimeoutException if the FHIR server is not running. If the first connection is established, the websocket will automatically reconnect if a connection is lost.

The new Implementation should delay the connection attempt and retry (forever?) to establish a connection.

See also #105 for handling missed Task resources, while the BPE server was offline for a reboot for example.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request ready for release Issue is fixed and merged into develop, ready for next release
Projects
None yet
1 participant