zulip/templates/zerver/api
Mateusz Mandera 940830055b delete_in_topic: Split up the deletion into batches.
Fixes #22821.

As explained in the comment in the code:

Topics can be large enough that this request will inevitably time out.
In such a case, it's good for some progress to be accomplished, so that
full deletion can be achieved by repeating the request. For that purpose,
we delete messages in atomic batches, committing after each batch.

The additional perk is that the ordering of messages should prevent some
hypothetical deadlocks - ref #19054
2022-09-22 15:01:43 -07:00
..
api-doc-template.md openapi: Fuse generate_api_title with generate_api_description. 2022-07-22 16:41:55 -07:00
api-keys.md help: Update help pages according to profile page redesign. 2021-06-30 16:56:03 -07:00
changelog.md delete_in_topic: Split up the deletion into batches. 2022-09-22 15:01:43 -07:00
client-libraries.md external links: Migrate the rest of /developer-community links. 2021-12-09 12:14:26 -08:00
configuring-python-bindings.md docs: Fix more capitalization issues. 2020-10-23 11:46:55 -07:00
construct-narrow.md docs: Correct “webapp” to “web app”. 2021-05-14 13:15:38 -07:00
create-stream.md api docs: Correct errors in the stream creation documentation. 2020-06-25 14:34:10 -07:00
deploying-bots.md docs: Update links for other repository branch renames. 2021-08-31 15:28:01 -07:00
incoming-webhooks-overview.md docs: Fix many spelling mistakes. 2022-02-07 18:51:06 -08:00
incoming-webhooks-walkthrough.md docs: Update WIP PR convention to GitHub draft PRs. 2022-06-28 13:16:38 -07:00
index.md
installation-instructions.md
integrations-overview.md Rename default branch to ‘main’. 2021-09-06 12:56:35 -07:00
mark-all-as-read.md openapi: Move endpoint URL to generator. 2022-07-22 16:41:55 -07:00
missing.md
non-webhook-integrations.md docs: Update links for other repository branch renames. 2021-08-31 15:28:01 -07:00
outgoing-webhooks.md outgoing webhooks: Fix inconsistencies with Slack's API. 2021-09-23 11:19:20 -07:00
real-time-events.md docs: Allow passing additional params to `call_on_each_event`. 2021-04-06 08:40:32 -07:00
rest-error-handling.md api_documentation: Update rate limit error description. 2022-01-26 12:51:02 -08:00
rest.md help: Add newline after admonition header for Prettier compatibility. 2021-09-10 10:39:25 -07:00
roles-and-permissions.md api_docs: Add roles and permissions page to API documentation. 2022-04-04 17:09:05 -07:00
running-bots.md external links: Migrate the rest of /developer-community links. 2021-12-09 12:14:26 -08:00
send-message.md tests: Consistently JSON-encode ‘to’ parameter 2022-09-13 11:05:37 -07:00
sidebar_index.md api_docs: Add roles and permissions page to API documentation. 2022-04-04 17:09:05 -07:00
writing-bots.md bot docs: Migrate script name from zulip-terminal to zulip-bot-shell. 2021-11-19 11:49:06 -08:00