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

Use Redis to store the results instead of a yaml file. #115

Open
dalf opened this issue Jul 15, 2022 · 0 comments
Open

Use Redis to store the results instead of a yaml file. #115

dalf opened this issue Jul 15, 2022 · 0 comments

Comments

@dalf
Copy link
Member

dalf commented Jul 15, 2022

Currently memoize.py stores everything is a huge yaml file.

Using Redis would help to run multiple check at the same time:

  • entries can expired automatically
  • multiple check can at the same time:
    • the current one runs for about 1 hour
    • a quicker test can every 15 minutes to check if the instances are offline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Needs Triage
Development

No branches or pull requests

1 participant