mirror of
https://github.com/GoogleCloudPlatform/vertex-ai-samples.git
synced 2026-09-26 14:42:04 +00:00
update: lower rate limit (#2036)
per Ivan suggested, change greedy=True to greedy=False
This commit is contained in:
@@ -234,7 +234,7 @@ def _create_tag(filepath: str) -> str:
|
||||
return tag
|
||||
|
||||
|
||||
rate_limit = RateLimit(max_count=10, per=60, greedy=True)
|
||||
rate_limit = RateLimit(max_count=10, per=60, greedy=False)
|
||||
|
||||
|
||||
def process_and_execute_notebook(
|
||||
|
||||
Reference in New Issue
Block a user