File tree 1 file changed +2
-1
lines changed
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
1102
1102
in Symfony 5.1
1103
1103
1104
1104
When 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 `_
1106
1106
feature. This allow for a more performant approach than the default polling behavior
1107
1107
of the Doctrine transport because PostgreSQL will directly notify the workers when a
1108
1108
new message is inserted in the table.
@@ -1994,3 +1994,4 @@ Learn more
1994
1994
.. _`Long polling` : https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-short-and-long-polling.html
1995
1995
.. _`Visibility Timeout` : https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-visibility-timeout.html
1996
1996
.. _`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