We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91145c0 + 7769a13 commit 42330fcCopy full SHA for 42330fc
slowapi/extension.py
@@ -633,7 +633,7 @@ def _check_request_limit(
633
if isinstance(e, RateLimitExceeded):
634
raise
635
if self._in_memory_fallback_enabled and not self._storage_dead:
636
- self.logger.warn(
+ self.logger.warning(
637
"Rate limit storage unreachable - falling back to"
638
" in-memory storage"
639
)
0 commit comments