Skip to content

Commit 2eeccae

Browse files
committed
Fix link
1 parent d80d20f commit 2eeccae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

messenger.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -1102,7 +1102,7 @@ auto_setup Whether the table should be created
11021102
in Symfony 5.1
11031103

11041104
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`_
11061106
feature. This allow for a more performant approach than the default polling behavior
11071107
of the Doctrine transport because PostgreSQL will directly notify the workers when a
11081108
new 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

0 commit comments

Comments
 (0)