We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96b0e8a commit 14a7787Copy full SHA for 14a7787
noxfile.py
@@ -990,7 +990,7 @@ def cleanup(session):
990
# project within the "Number of functions" quota
991
# https://cloud.google.com/functions/quotas#resource_limits
992
recency_cutoff_hours = 12
993
- cleanup_count_per_location = 20
+ cleanup_count_per_location = 40
994
cleanup_options.extend(
995
[
996
f"--recency-cutoff={recency_cutoff_hours}",
0 commit comments