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

reduce weather forecast page storage #205

Open
peterdudfield opened this issue Oct 23, 2024 · 1 comment
Open

reduce weather forecast page storage #205

peterdudfield opened this issue Oct 23, 2024 · 1 comment

Comments

@peterdudfield
Copy link
Contributor

Currently the weather page downloads lots of data. And causes machien to run out of memory some options

  1. Download less data, put default as 2 timepoints
  2. store data in s3, requires a bit of thinking how we do that, if we can put the cahce data on s3
  3. remove old cached data,
  4. other options?
@peterdudfield
Copy link
Contributor Author

The current solution is to terminate the ec2 instance, causing another new one to start

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

No branches or pull requests

1 participant