Skip to content

Commit d8070ea

Browse files
author
Context7 Agent
committed
docs: review fixes for #779
1 parent 0f9cc50 commit d8070ea

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

llms-full.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8168,7 +8168,7 @@ Yes, we take regular snapshots of the data cluster to the AWS S3 platform.
81688168

81698169
## Does Upstash encrypt data?
81708170

8171-
Customers can enable TLS when creating a database or cluster, and we recommend this for production environments. Additionally, we encrypt data at rest upon enabling [Prod Pack add-on](https://upstash.com/docs/redis/overall/enterprise#prod-pack-features).
8171+
Customers can enable TLS when creating a database or cluster, and we recommend this for production environments. Additionally, we encrypt data at rest upon enabling the [Prod Pack add-on](https://upstash.com/docs/redis/overall/enterprise#prod-pack-features).
81728172

81738173
# Legal
81748174
Source: https://upstash.com/docs/common/help/legal
@@ -10115,7 +10115,7 @@ To view a more detailed Next.js quick start guide for setting up QStash, refer t
1011510115

1011610116
It's also possible to schedule a background job to run at a later time using [schedules](/docs/qstash/features/schedules).
1011710117

10118-
If you'd like to invoke another endpoint when the background job is complete, you can use [callbacks](/docs/qstash/features/callbacks).
10118+
If you'd like to invoke another endpoint when the background job is complete, you can use [callbacks](/docs/qstash/features/callbacks).
1011910119

1012010120
# Batching
1012110121
Source: https://upstash.com/docs/qstash/features/batch
@@ -10414,7 +10414,7 @@ client.message.batch_json(
1041410414
"messageId": "msg_..."
1041510415
}
1041610416
]
10417-
```
10417+
```
1041810418

1041910419
# Callbacks
1042010420
Source: https://upstash.com/docs/qstash/features/callbacks
@@ -11469,7 +11469,7 @@ from qstash import QStash
1146911469
client = QStash("<QSTASH_TOKEN>")
1147011470
client.queue.get("my-queue")
1147111471
```
11472-
</CodeGroup>
11472+
</CodeGroup>
1147311473

1147411474
# Retry
1147511475
Source: https://upstash.com/docs/qstash/features/retry

0 commit comments

Comments
 (0)