We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12eee45 + 37b1226 commit 39fba95Copy full SHA for 39fba95
messenger.rst
@@ -1293,6 +1293,12 @@ auto_setup Whether the table should be created
1293
automatically during send / get. true
1294
================== ===================================== ======================
1295
1296
+.. note::
1297
+
1298
+ Set ``redeliver_timeout`` to a greater value than your slowest message
1299
+ duration. Otherwise, some messages will start a second time while the
1300
+ first one is still being handled.
1301
1302
When using PostgreSQL, you have access to the following options to leverage
1303
the `LISTEN/NOTIFY`_ feature. This allow for a more performant approach
1304
than the default polling behavior of the Doctrine transport because
0 commit comments