From 001da1545e8bb615d8890bcfe271fd14315adc7e Mon Sep 17 00:00:00 2001 From: Antoine Lamirault Date: Tue, 5 Sep 2023 21:08:01 +0200 Subject: [PATCH] Document middleware to log when transaction has been left open --- messenger.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/messenger.rst b/messenger.rst index b3840f77344..2ef0e916604 100644 --- a/messenger.rst +++ b/messenger.rst @@ -2441,6 +2441,10 @@ may want to use: # in any handler will cause a rollback - doctrine_transaction + # Log an error when a Doctrine transaction was opened but + # did not closed + - doctrine_open_transaction_logger + # or pass a different entity manager to any #- doctrine_transaction: ['custom'] @@ -2462,6 +2466,7 @@ may want to use: +