vutran1710 / PyrateLimiter

⚔️Python Rate-Limiter using Leaky-Bucket Algorithm Family
https://pyratelimiter.readthedocs.io
MIT License
336 stars 36 forks source link

Doc/test update: Recommend `FileLockSQLiteBucket` for all usage with SQLite + multiprocessing #95

Closed JWCook closed 1 year ago

JWCook commented 1 year ago

And remove test with SQLiteBucket and ProcessPoolExecutor.

Fixes #94

Since this only updates docs and a test, it probably doesn't need a patch release. I'll leave that up to you, though.

codecov[bot] commented 1 year ago

Codecov Report

Base: 98.24% // Head: 98.24% // No change to project coverage :thumbsup:

Coverage data is based on head (9edeb02) compared to base (103252c). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #95 +/- ## ======================================= Coverage 98.24% 98.24% ======================================= Files 8 8 Lines 399 399 Branches 36 36 ======================================= Hits 392 392 Misses 4 4 Partials 3 3 ``` | [Impacted Files](https://codecov.io/gh/vutran1710/PyrateLimiter/pull/95?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Vu+Tran) | Coverage Δ | | |---|---|---| | [pyrate\_limiter/sqlite\_bucket.py](https://codecov.io/gh/vutran1710/PyrateLimiter/pull/95?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Vu+Tran#diff-cHlyYXRlX2xpbWl0ZXIvc3FsaXRlX2J1Y2tldC5weQ==) | `100.00% <ø> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Vu+Tran). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Vu+Tran)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.