jenkins-bot has submitted this change and it was merged.
Change subject: Double cache lifetime of successful renders, to 4 days.
......................................................................
Double cache lifetime of successful renders, to 4 days.
After a variety of bugfixes, our filesystem utilization on the ocg cluster
is hovering around 15%. That's plenty of margin to double how many
renders we cache.
Change-Id: If83b2c199619618f40c696238a3c2d1b737d2d81
---
M defaults.js
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
Cscott: Looks good to me, approved
jenkins-bot: Verified
diff --git a/defaults.js b/defaults.js
index b545718..2def1bd 100644
--- a/defaults.js
+++ b/defaults.js
@@ -160,9 +160,9 @@
/** Seconds between garbage collection runs */
every: 0.25 * 24 * 60 * 60,
/** Lifetime, in seconds, of a job status object in redis */
- job_lifetime: 2 * 24 * 60 * 60,
+ job_lifetime: 4 * 24 * 60 * 60,
/** Lifetime, in seconds, of any successful job artifacts on
the file system */
- job_file_lifetime: 2.25 * 24 * 60 * 60,
+ job_file_lifetime: 4.25 * 24 * 60 * 60,
/** Lifetime, in seconds, of a job status object that failed in
redis */
failed_job_lifetime: 24 * 60 * 60,
/** Lifetime, in seconds, of an object in the temp file system.
Must be longer
--
To view, visit https://gerrit.wikimedia.org/r/172338
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: If83b2c199619618f40c696238a3c2d1b737d2d81
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Collection/OfflineContentGenerator
Gerrit-Branch: master
Gerrit-Owner: Cscott <[email protected]>
Gerrit-Reviewer: Cscott <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits