Skip to content

Commit 14a7787

Browse files
authored
chore: double the stale cloud function cleanup rate (#1441)
The stale cloud functions have started accumulating again in the project where doctest is run. This change should make clean up more aggressive.
1 parent 96b0e8a commit 14a7787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@ def cleanup(session):
990990
# project within the "Number of functions" quota
991991
# https://cloud.google.com/functions/quotas#resource_limits
992992
recency_cutoff_hours = 12
993-
cleanup_count_per_location = 20
993+
cleanup_count_per_location = 40
994994
cleanup_options.extend(
995995
[
996996
f"--recency-cutoff={recency_cutoff_hours}",

0 commit comments

Comments
 (0)