zulip/docs
Prakhar Pratyush 3bad36ef8c queue: Rename queue_json_publish to queue_json_publish_rollback_unsafe.
This commit renames the 'queue_json_publish' function to
'queue_json_publish_rollback_unsafe' to reflect the fact that it doesn't
wait for the db transaction (within which it gets called, if any)
to commit and sends event irrespective of commit or rollback.

In most of the cases we don't want to send event in the case of
rollbacks, so the caller should be aware that calling the function
directly is rollback unsafe.

Fixes part of #30489.
2024-12-06 09:23:02 -08:00
..
_static docs: Move homepage link to TOC tree. 2023-03-03 23:06:17 -08:00
_templates docs: Split /production/deployment.html into multiple pages. 2024-02-20 15:49:46 -08:00
contributing docs: Fix typos in new contintuing work guide. 2024-11-01 11:28:29 -07:00
development docs: Clarify up existing WSL environment discussion. 2024-11-27 14:44:46 -08:00
documentation docs: Document generate-webhook-url-basic macro. 2024-11-19 13:02:01 -08:00
git lint: Fix several duplicate word typos. 2024-09-10 15:59:00 -07:00
images docs: Update devlogin screenshot and url in development setup. 2023-12-06 18:04:54 -08:00
outreach docs: Remove has_request_variables and REQ. 2024-09-05 16:02:12 -07:00
overview docs: Update changelog for Zulip Server 9.3 release. 2024-11-22 17:21:20 -08:00
production docs: Simplify Docker trade-offs discussion. 2024-11-18 16:37:50 -08:00
subsystems queue: Rename queue_json_publish to queue_json_publish_rollback_unsafe. 2024-12-06 09:23:02 -08:00
testing message_quoting: Rename 'Quote and reply' to 'Quote message'. 2024-12-04 22:25:14 -08:00
translating lint: Fix several duplicate word typos. 2024-09-10 15:59:00 -07:00
tutorials admin: Convert module to TypeScript. 2024-11-27 16:46:35 -08:00
.gitignore gitignore: Anchor patterns that should be anchored. 2017-07-19 14:03:49 -07:00
code-of-conduct.md repository: Add CODE_OF_CONDUCT.md. 2017-06-14 18:43:08 -07:00
conf.py docs: Add dependency on sphinx_design. 2024-03-15 17:37:34 -07:00
index.md web: Save a 301 redirect from /help to /help/. 2023-03-24 14:51:01 -07:00
Makefile Revert "docs: Temporarily disable parallel building." 2022-02-28 16:28:31 -08:00
README.md docs: Capitalize Markdown consistently. 2020-08-11 10:23:06 -07:00
THIRDPARTY left_sidebar: Use calendar-days icon with scheduled messages. 2024-10-09 11:14:27 -07:00

Zulip Markdown documentation hosted elsewhere

The Markdown files in this directory ( /zulip/docs ) are not intended to be read on GitHub. Instead, visit our ReadTheDocs to read the Zulip documentation.