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

Viz rds parameter group tuning #689

Merged
merged 7 commits into from
Apr 3, 2024

Conversation

nickchadwick-noaa
Copy link
Collaborator

No description provided.

shawncrawley and others added 7 commits March 22, 2024 11:14
I found a bug while attempting to execute an archive case, and while
fixing it also noticed another messy section of code that I cleaned up.

The bug was that if a CSV file failed to upload, it would supposedly
work on the retry, but turns out it wasn't actually working, but failing
silently. This is because the end of the in-memory file object was being
reached just prior to failing, and so on the retry, there is nothing
left of the file to load without first doing a `f.seek(0)`.

The messy part of the code was an unnecessary `with` context surrounding
a large block of code in which the actual couple of lines that did need
the `with` context had what was essentially a duplicate context. I
deleted the outer, unnecessary context and thus indented everything back
one level.
@nickchadwick-noaa nickchadwick-noaa merged commit 8d80bc4 into uat Apr 3, 2024
1 check passed
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