Skip to content

v4.27.4: Publishes queue on transaction commit

Choose a tag to compare

@thorewi thorewi released this 22 May 09:44
· 3 commits to v4 since this release
Ensures background queue messages are only published to the broker
when the outermost database transaction commits successfully.

This is achieved by tracking the transaction nesting level and
publishing the queue only when the level returns to zero.