mirror of
https://github.com/zulip/zulip.git
synced 2025-11-12 18:06:44 +00:00
This commit updates the `transaction.atomic` context manager used to take a lock on Message row in `handle_push_notification` to use `durable=True` instead of `savepoint=False`. It helps to avoid introducing an outer transaction by mistake - resulting in locking row for a longer duration. Signed-off-by: Prakhar Pratyush <prakhar@zulip.com>
73 KiB
73 KiB