docs: Add runtime.source_rate_control and Databricks rate control params#1704
Merged
Conversation
… params Add documentation for the new runtime.source_rate_control configuration section that enables cluster-wide rate control state persistence through object storage. Update GitHub connector docs to reference the new github_concurrent_connections_limit setting (deprecating the old runtime.params.github_max_concurrent_connections). Add per-dataset rate control parameters to Databricks connector docs.
✅ Pull with Spice PassedPassing checks:
|
|
🚀 deployed to https://f22f5565.spiceai-org-website.pages.dev |
lukekim
approved these changes
May 10, 2026
lukekim
approved these changes
May 10, 2026
|
🚀 deployed to https://cc60cb52.spiceai-org-website.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
runtime.source_rate_controlconfiguration section for cluster-wide rate control state persistenceruntime.source_rate_control.github_concurrent_connections_limit(deprecating oldruntime.params.github_max_concurrent_connections)requests_per_second_limit,requests_per_minute_limit,rate_control_jitter_min,rate_control_jitter_max) to Databricks connector docsSource PRs
Changes
website/docs/reference/spicepod/runtime.md— Addedruntime.source_rate_controlsection with parameter table and cluster-wide coordination descriptionwebsite/docs/components/data-connectors/github/index.md— Updated rate limiting section to reference new config location with deprecation noticewebsite/docs/components/data-connectors/databricks/index.md— Added rate control parameter table for spark_connect and sql_warehouse modesTest plan