Merge pull request #1612 from GoogleCloudPlatform/rate_limit

fix: lower rate limit
This commit is contained in:
Andrew Ferlitsch
2023-03-15 17:32:21 +00:00
committed by GitHub
@@ -156,7 +156,7 @@ def _create_tag(filepath: str) -> str:
return tag
rate_limit = RateLimit(max_count=50, per=60, greedy=True)
rate_limit = RateLimit(max_count=25, per=60, greedy=True)
def process_and_execute_notebook(