Skip to content

Commit d80d20f

Browse files
committed
[Messenger] Add options for PostgreSQL LISTEN/NOTIFY support
1 parent a5f8274 commit d80d20f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messenger.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1103,7 +1103,7 @@ auto_setup Whether the table should be created
11031103

11041104
When using PostgreSQL, you have access to the following options
11051105
to leverage the [LISTEN/NOTIFY](https://www.postgresql.org/docs/current/sql-notify.html)
1106-
feature. This allow for a more performant approach than the default polling behaviour
1106+
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.
11091109

0 commit comments

Comments
 (0)