Skip to content

Commit 45fd816

Browse files
fixup! Tidy up commit
1 parent f2c5c71 commit 45fd816

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

src/pages/docs/platform/integrations/queues.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,17 +80,17 @@ A [Dead Letter Queue](#deadletter) is automatically created. It stores messages
8080

8181
### Modifying queues <a id="modify"/>
8282

83-
Queues cannot be modified after creation - they are immutable. Different settings require creating a new queue and migrating.
83+
Queues cannot be modified after creation because they are immutable. Different settings require creating a new queue and migrating.
8484

85-
This includes limits like TTL and max length. Even after upgrading an Ably account, existing queues retain the limits they were created with. Replacement is required to get the higher limits from a new plan.
85+
This includes limits like TTL and max length. Even after [upgrading](/docs/account/billing-and-payments#upgrading) an Ably account, existing queues retain the limits they were created with. Replacement is required to get the higher limits from a new plan.
8686

8787
Steps to switch to a new queue:
8888

89-
1. Create a new queue with the desired settings
90-
2. Update consumers to subscribe to both the old and new queues
91-
3. Change queue rules to route messages to the new queue
92-
4. Wait for the old queue to drain completely
93-
5. Delete the old queue once empty
89+
1. Create a new queue with the required settings.
90+
2. Update consumers to subscribe to both the old and new queues.
91+
3. Change queue rules to route messages to the new queue.
92+
4. Wait for the old queue to drain completely.
93+
5. Delete the old queue once empty.
9494

9595
This process ensures no message loss during the transition.
9696

src/pages/docs/platform/integrations/webhooks/lambda.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ The following steps show you how to create a policy for an AWS Lambda.
5757

5858
<Code>
5959
```json
60-
{
6160
{
6261
"Version": "2012-10-17",
6362
"Statement": [
@@ -106,7 +105,7 @@ Then ensure the checkbox for the policy is selected.
106105
9. Enter a suitable name for your role.
107106
10. Click **Create Role**.
108107

109-
## Lambda retry behavior <a id="retries"/>
108+
## Lambda retry behavior <a id="retry"/>
110109

111110
Ably invokes Lambda functions asynchronously using the `event` invocation type. When a function returns an error, AWS Lambda automatically retries the execution up to two more times with delays between attempts (1 minute, then 2 minutes).
112111

0 commit comments

Comments
 (0)