Skip to content

Commit b89fb23

Browse files
[FrameworkBundle][RateLimiter] Add rate_limiter tag to rate limiter services
1 parent c93fcf8 commit b89fb23

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)