Skip to content

Commit e4434ca

Browse files
committed
minor #19318 [FrameworkBundle][RateLimiter] Add rate_limiter tag to rate limiter services (alexandre-daubois)
This PR was merged into the 7.1 branch. Discussion ---------- [FrameworkBundle][RateLimiter] Add `rate_limiter` tag to rate limiter services Fix #19316 Commits ------- b89fb23 [FrameworkBundle][RateLimiter] Add `rate_limiter` tag to rate limiter services
2 parents 1c73339 + b89fb23 commit e4434ca

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

rate_limiter.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,16 @@ at a rate of another 500 requests every 15 minutes. If you don't make that
215215
number of requests, the unused ones don't accumulate (the ``limit`` option
216216
prevents that number from being higher than 5,000).
217217

218+
.. tip::
219+
220+
All rate-limiters are tagged with the ``rate_limiter`` tag, so you can
221+
easily find them with a tagged iterator or locator.
222+
223+
.. versionadded:: 7.1
224+
225+
The automatic addition of the ``rate_limiter`` tag was introduced
226+
in Symfony 7.1.
227+
218228
Rate Limiting in Action
219229
-----------------------
220230

0 commit comments

Comments
 (0)