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 0f290c3 commit 717ba1aCopy full SHA for 717ba1a
master/custom/release_dashboard.py
@@ -9,9 +9,11 @@
9
10
FAILED_BUILD_STATUS = 2
11
12
-# Cache result for 5 minutes. Generating the page is slow and a Python build
13
-# takes at least 5 minutes, a common build takes 10 to 30 minutes.
14
-CACHE_DURATION = 5 * 60
+# Cache result for 6 minutes. Generating the page is slow and a Python build
+# takes at least 5 minutes, a common build takes 10 to 30 minutes. There is a
+# cronjob that forces a refresh every 5 minutes, so all human requests should
15
+# get a cache hit.
16
+CACHE_DURATION = 6 * 60
17
18
19
def get_release_status_app(buildernames):
0 commit comments