-
Notifications
You must be signed in to change notification settings - Fork 340
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
Flush Redis before loading static data #2249
Comments
Can you tell me where could I locate this issue? |
Hello @sainak, may I work on this issue? |
Thanks for assigning me. I'll look into it the moment I get off work! |
Hey @JohnLu2004 If you don't have time for this , can I try out ? |
Thanks for the looking out for me, but I'm working on it. In terms of cpu usage and speed, it takes a while for processes to run in the dev container as opposed to outside of it. I'm working on it locally on my fork 😁 |
I assume the keys that I need to delete only get created when/after the app has been used for some time?
With this info, I assume that you'd like me to instead update the app so that every single time we try to load static data from redis, I delete the keys that have "care_static_data" as a prefix? |
Remove the existing keys of care_static_data before proceeding with the loading of static data in redis
The text was updated successfully, but these errors were encountered: