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.
1 parent 13d0f4e commit 846bfabCopy full SHA for 846bfab
doc/src/aq.rst
@@ -56,6 +56,13 @@ used to enqueue and dequeue messages.
56
have all had their payload attribute set to a value that the queue
57
supports.
58
59
+ Warning: calling this function in parallel on different connections
60
+ acquired from the same pool may fail due to Oracle bug 29928074. Ensure
61
+ that this function is not run in parallel, use standalone connections or
62
+ connections from different pools, or make multiple calls to
63
+ :meth:`Queue.enqOne()` instead. The function :meth:`Queue.deqMany()`
64
+ call is not affected.
65
+
66
67
.. attribute:: Queue.enqOptions
68
0 commit comments