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

Correctly closing records when errors occur before sending to channel #54

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

NGTmeaty
Copy link
Collaborator

@NGTmeaty NGTmeaty commented Oct 4, 2024

Fixes an issue that was not correctly closing records when an error occurred. This is likely the case of ballooning temp folders, as when an error is returned, we can't close the record which contains the temp file.

… prevent us from sending the full record to the channel.

This is likely the case of ballooning temp folders, as we only return an error and don't send the full record, we can't close the record which contains the temp file.
@NGTmeaty NGTmeaty added the bug Something isn't working label Oct 4, 2024
@NGTmeaty NGTmeaty requested a review from CorentinB October 4, 2024 07:45
@NGTmeaty NGTmeaty self-assigned this Oct 4, 2024
Copy link
Owner

@CorentinB CorentinB left a comment

Choose a reason for hiding this comment

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

LGTM

@CorentinB CorentinB merged commit 8e11ca2 into master Oct 4, 2024
1 check passed
@CorentinB CorentinB deleted the fix-temp-files branch January 16, 2025 21:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants