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

Feature/64 Offer Discovery Endpoint #66

Merged
merged 2 commits into from
Mar 22, 2024

Conversation

DiCanio
Copy link
Collaborator

@DiCanio DiCanio commented Mar 22, 2024

Resolves #64.

Adds an endpoint that can be used to discover participating nodes within an analysis.
This functionality is backed by the central side (hub) from which this information is gathered. However, availability of the central side is not integrated into the health checks since requests to downstream services can simply lead to appropriate HTTP status codes (502).

For future development one could still try to integrate some kind of circuit breaker though.

Adds an endpoint that can be used to discover participating
nodes within an analysis.
This functionality is backed by the central side (hub) from
which this information is gathered. However, availability of
the central side is not integrated into the health checks
since requests to downstream services can simply lead to
appropriate HTTP status codes (502).

For future development one could still try to integrate some
kind of circuit breaker though.
@DiCanio DiCanio added enhancement New feature or request dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 22, 2024
@DiCanio DiCanio self-assigned this Mar 22, 2024
Imports exported interfaces from other modules using the type
keyword. Without this change rollup will fail to bundle the
application since type information is missing.
@DiCanio DiCanio merged commit bd3a354 into develop Mar 22, 2024
6 checks passed
@DiCanio DiCanio deleted the feature/64-offer-discovery-endpoint branch March 22, 2024 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: Offer Discovery Endpoint
1 participant