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/display error message #1192

Merged
merged 2 commits into from
Nov 13, 2024
Merged

feature/display error message #1192

merged 2 commits into from
Nov 13, 2024

Conversation

gecBurton
Copy link
Collaborator

@gecBurton gecBurton commented Nov 13, 2024

Context

As a user I want to be able to see whether my file failed to upload for temporary reasons, like rate throttling - i should try again, or permanent reasons and I should ask the team for details (this is unusual).

Changes proposed in this pull request

image

Guidance to review

Relevant links

Things to check

  • I have added any new ENV vars in all deployed environments
  • I have tested any code added or changed
  • I have run integration tests

file_name,
{k: len(v) for k, v in new_ids.items()},
)
_ingest_file(file_name, es_index_name)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we want to capture all errors not just those from large_chunk_ingest_chain

@gecBurton gecBurton merged commit 0a6a848 into main Nov 13, 2024
6 checks passed
@gecBurton gecBurton deleted the feature/display-error-details branch November 13, 2024 16:54
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.

2 participants