From 994747a8e5fc274777bb8f43a53afd8b2f334c21 Mon Sep 17 00:00:00 2001 From: mountford Date: Thu, 3 Nov 2016 08:09:43 -0700 Subject: [PATCH] Enable built-in session cleanup in production [] enabled the built-in App Engine session cleanup servlet in alpha and sandbox, and it appears to be deleting expired sessions at the expected rate of 100 every 15 minutes. So enable it for production as well. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=138071390 --- .../registry/env/production/default/WEB-INF/cron.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/java/google/registry/env/production/default/WEB-INF/cron.xml b/java/google/registry/env/production/default/WEB-INF/cron.xml index 4b64bbc2f..7dff036fd 100644 --- a/java/google/registry/env/production/default/WEB-INF/cron.xml +++ b/java/google/registry/env/production/default/WEB-INF/cron.xml @@ -220,5 +220,14 @@ backend + + + + Delete up to 100 expired _ah_SESSION entities from Datastore. + + every 15 minutes + backend + +