Skip to content

Fix OrchestrationAPI status #2188

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

Merged
merged 13 commits into from
Feb 17, 2025
Merged

Fix OrchestrationAPI status #2188

merged 13 commits into from
Feb 17, 2025

Conversation

joelhulen
Copy link
Contributor

@joelhulen joelhulen commented Feb 10, 2025

Fix OrchestrationAPI status

The issue or feature being addressed

Fixes the 500 error that the OrchestrationAPI was returning, plus improves status reporting.

Details on the issue fix or feature implementation

Improves the status endpoint approach as follows:

  • Changes the status_url property to status_endpoint and stores the relative path instead of a full URL that repeats the base URL.
  • Extends the HttpClient to store and retrieve the status endpoint for easy access where needed in the backend services.
  • Updates the Configuration resource provider templates accordingly.
  • Improves obtaining and displaying the status of subordinate services for an API Configuration resource.

Confirm the following

  • I started this PR by branching from the head of the default branch
  • I have targeted the PR to merge into the default branch
  • This PR needs to be cherry-picked into at least one release branch
  • I have included unit tests for the issue/feature
  • I have included inline docs for my changes, where applicable
  • I have successfully run a local build
  • I have provided the required update scripts, where applicable
  • I have updated relevant docs, where applicable

Note

Instead of adding X's inside the checkboxes you wish to check above, first submit the PR, then check the boxes in the rendered description.

@ciprianjichici ciprianjichici merged commit e3a40af into main Feb 17, 2025
9 checks passed
@ciprianjichici ciprianjichici deleted the jdh-orchestration-status branch February 17, 2025 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants