Skip to content

Commit

Permalink
Fix order of doctrine messenger middlewares
Browse files Browse the repository at this point in the history
  • Loading branch information
mmenozzi committed Sep 15, 2023
1 parent 005ccbf commit f78efc3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,14 @@ framework:
# which can free up database connections in a worker,
# instead of keeping them open forever
- doctrine_close_connection


# logs an error when a Doctrine transaction was opened but not closed
- doctrine_open_transaction_logger

# wraps all handlers in a single Doctrine transaction
# handlers do not need to call flush() and an error
# in any handler will cause a rollback
- doctrine_transaction

# logs an error when a Doctrine transaction was opened but not closed
- doctrine_open_transaction_logger

monolog:
channels: ['webgriffe_sylius_akeneo_plugin']
Expand Down

0 comments on commit f78efc3

Please sign in to comment.