Compare commits

...
1 Commits
Author SHA1 Message Date
Andrew Ferlitsch 81ea2fb2ea turn: reduce rate of parallel testing 2023-04-11 16:28:40 +00:00
@@ -156,7 +156,7 @@ def _create_tag(filepath: str) -> str:
return tag
rate_limit = RateLimit(max_count=10, per=60, greedy=True)
rate_limit = RateLimit(max_count=5, per=60, greedy=True)
def process_and_execute_notebook(