-
Notifications
You must be signed in to change notification settings - Fork 2.8k
ADHOC: Link to Batch Processor Open Source #1306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| - **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. | ||
| - **Delete individual keys.** This is useful when you need to remove temporary items or a certain player's data. | ||
| - **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. | ||
| - **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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The page https://github.com/Roblox/data-stores-batch-processor-cli isn't in the list of allowed HTTP links. Please explain why you are using it and add it to tools/checks/utils/allowedHttpLinks.txt.
⛔️ This change is a requirement. Please fix it before merging.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the permanent open source link for Batch Processor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @ZhongBot, thanks so much for helping improve the Roblox creator documentation! Our technical writing team will review your pull request soon. In the meantime, please ensure you've read through the README.md, contribution guidelines, and style recommendations.
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: