stable
Clone or download
Read-only
fix: Allow to push a message in the async queue within a transaction when it is backed by the DB
The message will be visible only once the transaction has been committed so it is safe to do. Part of request #37566 Support the async event queue using the DB instead of Redis Change-Id: Ice20888e785f26afe9bd730173338cd00af09852
Modified Files
Name | ||||
---|---|---|---|---|
M | src/common/Queue/QueueFactory.php | +13 | −21 | Go to diff View file |
M | tests/unit/common/Queue/QueueFactoryTest.php | +0 | −12 | Go to diff View file |