File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1102,7 +1102,7 @@ auto_setup Whether the table should be created
11021102 in Symfony 5.1
11031103
11041104When using PostgreSQL, you have access to the following options
1105- to leverage the [ LISTEN/NOTIFY](https://www.postgresql.org/docs/current/sql-notify.html)
1105+ to leverage the ` LISTEN/NOTIFY `_
11061106feature. This allow for a more performant approach than the default polling behavior
11071107of the Doctrine transport because PostgreSQL will directly notify the workers when a
11081108new message is inserted in the table.
@@ -1994,3 +1994,4 @@ Learn more
19941994.. _`Long polling` : https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-short-and-long-polling.html
19951995.. _`Visibility Timeout` : https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-visibility-timeout.html
19961996.. _`FIFO queue` : https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/FIFO-queues.html
1997+ .. _`LISTEN/NOTIFY` : https://www.postgresql.org/docs/current/sql-notify.html
You can’t perform that action at this time.
0 commit comments