bashtian-fr
Results
2
comments of
bashtian-fr
> Did you update Vue version to the Vue 3? it does not look like it: https://github.com/tiangolo/full-stack-fastapi-postgresql/pull/491/files#diff-8e05a756917525deabbc34b1a252d87191abf4dcf7fbb87497ea5147f4db6879R17
what i did is just add an exception that return 0 for pexpire if redis is unavailable in depends:RateLimiter class: ``` async def _check(self, key): redis = FastAPILimiter.redis try: pexpire...