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(storage): add retry mechanism to recover from a full input queue #425

Merged
merged 1 commit into from
Sep 29, 2024

Conversation

chombourger
Copy link
Collaborator

If the client writes data too quickly, the agent may see its input queue full. Give ourselves up to 30 seconds to submit the data to be written to the shared storage before giving up.

If the client writes data too quickly, the agent may see its input queue
full. Give ourselves up to 30 seconds to submit the data to be written to
the shared storage before giving up. Refactor the code between local and
s3 sources to make error handling consistent.

Signed-off-by: Cedric Hombourger <[email protected]>
@chombourger chombourger merged commit 4a7edda into siemens:master Sep 29, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant