mirror of
https://github.com/zulip/zulip.git
synced 2025-11-20 06:28:23 +00:00
This commit adds 'durable=True' to the outermost transaction in 'remote_server_post_analytics'. It also adds 'savepoint=False' to inner transaction.atomic decorator to avoid creating savepoint. This is as a part of our plan to explicitly mark all the transaction.atomic decorators with either 'savepoint=False' or 'durable=True' as required. * 'savepoint=True' is used in special cases.
224 KiB
224 KiB