Skip to content

Commit 8701b0b

Browse files
Move version added to top
1 parent de68fa4 commit 8701b0b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

messenger.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -746,6 +746,10 @@ running the ``messenger:consume`` command.
746746
Rate limited transport
747747
~~~~~~~~~~~~~~~~~~~~~~
748748

749+
.. versionadded:: 6.2
750+
751+
The ``rate_limiter`` option was introduced in Symfony 6.2.
752+
749753
Sometimes you might need to rate limit your message worker. You can configure a
750754
rate limiter on a transport (requires the :doc:`RateLimiter component </rate-limiter>`)
751755
by setting its ``rate_limiter`` option:
@@ -794,10 +798,6 @@ by setting its ``rate_limiter`` option:
794798
;
795799
};
796800
797-
.. versionadded:: 6.2
798-
799-
The ``rate_limiter`` option was introduced in Symfony 6.2.
800-
801801
.. caution::
802802

803803
When a rate limiter is configured on a transport, it will block the whole

0 commit comments

Comments
 (0)