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

fix[hmi-client]: Handle Missing Queued Task #3072

Merged
merged 1 commit into from
Mar 20, 2024
Merged

Conversation

dvince2
Copy link
Collaborator

@dvince2 dvince2 commented Mar 20, 2024

Description

If a task is saved to the database and then not retreived in good time (IE hmi server gets shut down?) the climate data service will delete the status. However rather than returning a 404, they return a 200 with a body of 404 which blows everything up.

Resolves #(issue)

If a task is saved to the database and then not retreived in good time (IE hmi server gets shut down?) the climate data service will delete the status. However rather than returning a 404, they return a 200 with a body of 404 which blows everything up.
@YohannParis
Copy link
Member

@satchelbaldwin could we improve that on the climate-data service as well? I bet those are ESGF errors being bundle up.

@dvince2 dvince2 merged commit bacb93a into main Mar 20, 2024
6 checks passed
@dvince2 dvince2 deleted the handle_missing_queued_task branch March 20, 2024 16:40
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