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

ANA Anomaly Lambda Storage Fix #627

Merged
merged 1 commit into from
Feb 16, 2024
Merged

Conversation

TylerSchrag-NOAA
Copy link
Contributor

This is a super simple bug fix that changes the way the ANA Anomaly loops through files in the python_preprocessing lambda function. Downloaded NWM files are now deleted as data is loaded into a dataframe in memory, so that ephemeral storage does not run out. RAM still seems stable at about ~7GB used (of 10).

This was done because recent heavier weather was causing this function to fail due to no space left on device.

…s files from storage as it goes to save space.
@TylerSchrag-NOAA TylerSchrag-NOAA added the bug Something isn't working label Feb 6, 2024
@TylerSchrag-NOAA TylerSchrag-NOAA added this to the V2.1.5 milestone Feb 6, 2024
@TylerSchrag-NOAA TylerSchrag-NOAA self-assigned this Feb 6, 2024
@nickchadwick-noaa nickchadwick-noaa merged commit b22a544 into ti Feb 16, 2024
1 check passed
@nickchadwick-noaa nickchadwick-noaa deleted the ana_anomaly_lambda_space_fix branch February 16, 2024 16:30
nickchadwick-noaa pushed a commit that referenced this pull request Feb 21, 2024
This is a super simple bug fix that changes the way the ANA Anomaly
loops through files in the python_preprocessing lambda function.
Downloaded NWM files are now deleted as data is loaded into a dataframe
in memory, so that ephemeral storage does not run out. RAM still seems
stable at about ~7GB used (of 10).

This was done because recent heavier weather was causing this function
to fail due to no space left on device.
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