File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -746,6 +746,10 @@ running the ``messenger:consume`` command.
746
746
Rate limited transport
747
747
~~~~~~~~~~~~~~~~~~~~~~
748
748
749
+ .. versionadded :: 6.2
750
+
751
+ The ``rate_limiter `` option was introduced in Symfony 6.2.
752
+
749
753
Sometimes you might need to rate limit your message worker. You can configure a
750
754
rate limiter on a transport (requires the :doc: `RateLimiter component </rate-limiter >`)
751
755
by setting its ``rate_limiter `` option:
@@ -794,10 +798,6 @@ by setting its ``rate_limiter`` option:
794
798
;
795
799
};
796
800
797
- .. versionadded :: 6.2
798
-
799
- The ``rate_limiter `` option was introduced in Symfony 6.2.
800
-
801
801
.. caution ::
802
802
803
803
When a rate limiter is configured on a transport, it will block the whole
You can’t perform that action at this time.
0 commit comments