Replies: 1 comment 1 reply
-
requests_cache caches requests so probably parameters are changing. Run with |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone, up until this method, I was caching the requests for info, history and history_metadata satisfactorily. When I try to adapt this method with the same mechanism that I'd done for info, history and history_metadata :
It keeps increasing the size of the cache file everytime I execute the script. For others, it did not have such a behavior and was able to use pre-existing cache to fetch data provided that the data has not changed. What could be the reason for this ? I've looked up to this and its sub parts but I could not solve the issue :
requests-cache request-matching
Thanks for your support,
Beta Was this translation helpful? Give feedback.
All reactions