Closed amotl closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 86.68%. Comparing base (
76e1abd
) to head (5583ae0
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
About
@JensRichnow recently reported problems with concurrency on fast / highly concurrent machines, like the Apple M2 Max.
@JWCook suggested to use
requests_cache.CachedSession
to improve the situation.This patch aims to do just that. Thank you very much!
Details
Users on Apple M2 Max reported DB lock errors:
Also segmentation faults, and leaks:
NB: @Ousret, @JWCook: Just in case you didn't know yet -- Apparently, using Niquests together with Requests-Cache works well, at least according to the succeeding test suite.