bohea / sanic-limiter

Provides rate limiting features for Sanic. Supports in-memory, redis and memcache as storage.
MIT License
85 stars 14 forks source link

doesn't work in sanic 22.9 #24

Open GMYXDS opened 1 year ago

GMYXDS commented 1 year ago

no error found

but it real not work

rcarmo commented 1 year ago

Same here. I cannot get it to work even with explicit limits per route.

BarnabasSzabolcs commented 1 year ago

Does not work with Sanic 23.3.0 either, not even with fixed explicit limits per route.

BarnabasSzabolcs commented 1 year ago

This fork works for me: https://github.com/Omegastick/sanic-limiter

Include it in requirement.txt as

-e git+ssh://git@github.com/Omegastick/sanic-limiter.git#egg=sanic_limiter