File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -1369,8 +1369,22 @@ redeliver_timeout Timeout before retrying a pending ``3600``
13691369claim_interval Interval on which pending/abandoned ``60000 `` (1 Minute)
13701370 messages should be checked for to
13711371 claim - in milliseconds
1372+ sentinel_persistent_id String, if null connection is null
1373+ non-persistent.
1374+ sentinel_retry_interval Int, value in milliseconds ``0 ``
1375+ sentinel_read_timeout Float, value in seconds ``0 ``
1376+ default indicates unlimited
1377+ sentinel_timeout Float, value in seconds ``0 ``
1378+ default indicates unlimited
1379+ sentinel_master String, if null or empty Sentinel null
1380+ support is disabled
13721381======================= ===================================== =================================
13731382
1383+ .. versionadded :: 5.4
1384+
1385+ The ``sentinel_persistent_id ``, ``sentinel_retry_interval ``, ``sentinel_read_timeout ``,
1386+ ``sentinel_timeout ``, and ``sentinel_master `` options were introduced in Symfony 6.1.
1387+
13741388.. caution ::
13751389
13761390 There should never be more than one ``messenger:consume `` command running with the same
You can’t perform that action at this time.
0 commit comments