update: lower rate limit (#2036)

per Ivan suggested, change greedy=True to greedy=False
This commit is contained in:
Andrew Ferlitsch
2023-06-27 16:46:05 +00:00
committed by GitHub
parent efd08571df
commit 6e7ec746d1
@@ -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(