Compare commits

...
Author SHA1 Message Date
Andrew FerlitschandGitHub 720557d30b quotas still exceeded, reduce rate limit 2023-03-27 14:46:15 -07:00
@@ -156,7 +156,7 @@ def _create_tag(filepath: str) -> str:
return tag
rate_limit = RateLimit(max_count=15, per=60, greedy=True)
rate_limit = RateLimit(max_count=10, per=60, greedy=True)
def process_and_execute_notebook(