Skip to content

Commit 85c196a

Browse files
ZhongBotjulia-rbx
andauthored
ADHOC: Link to Batch Processor Open Source (#1306)
## Changes Batch processor open source is live, link to it via hyperlink ## Checks By submitting your pull request for review, you agree to the following: - [x] This contribution was created in whole or in part by me, and I have the right to submit it under the terms of this repository's open source licenses. - [x] I understand and agree that this contribution and a record of it are public, maintained indefinitely, and may be redistributed under the terms of this repository's open source licenses. - [x] To the best of my knowledge, all proposed changes are accurate. --------- Co-authored-by: julia <[email protected]>
1 parent 4903e29 commit 85c196a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

content/en-us/cloud-services/data-stores/best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ If your experience exceeds your storage limits, you can:
4141

4242
- **Delete unused data stores.** If you're testing or have temporary stores, deleting them regularly helps maintain healthy storage usage. When you delete a data store, it can take Roblox up to 30 days to process your request.
4343
- **Delete individual keys.** This is useful when you need to remove temporary items or a certain player's data.
44-
- **Use the Batch Processor.** In cases when deleting data manually isn't efficient, you can use the Batch Processor or the Open Cloud Data Stores API to delete data in bulk.
44+
- **Use the Batch Processor.** In cases when deleting data manually isn't efficient, you can use the [Batch Processor](https://github.com/Roblox/data-stores-batch-processor-cli) or the Open Cloud Data Stores API to delete data in bulk.
4545

4646
### Use data store versions instead of new keys
4747

tools/checks/utils/allowedHttpLinks.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ https://github.com/Roblox/creator-docs/blob/main/content/en-us/reference/cloud/d
136136
https://github.com/Roblox/creator-docs/blob/main/content/en-us/reference/cloud/datastores-api/v1.json
137137
https://github.com/Roblox/creator-docs/blob/main/content/en-us/reference/cloud/messaging-service/v1.json
138138
https://github.com/Roblox/creator-docs/blob/main/content/en-us/reference/cloud/universes-api/v1.json
139+
https://github.com/Roblox/data-stores-batch-processor-cli
139140
https://github.com/Roblox/roact/
140141
https://github.com/Roblox/roblox-blender-plugin
141142
https://github.com/OpenAPITools/openapi-generator

0 commit comments

Comments
 (0)