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 6547679 + 79d2a38 commit 7769a13Copy full SHA for 7769a13
slowapi/extension.py
@@ -632,7 +632,7 @@ def _check_request_limit(
632
if isinstance(e, RateLimitExceeded):
633
raise
634
if self._in_memory_fallback_enabled and not self._storage_dead:
635
- self.logger.warn(
+ self.logger.warning(
636
"Rate limit storage unreachable - falling back to"
637
" in-memory storage"
638
)
0 commit comments