mirror of
https://github.com/google/nomulus
synced 2026-01-04 04:04:22 +00:00
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
This commit is contained in:
@@ -220,5 +220,14 @@
|
||||
<target>backend</target>
|
||||
</cron>
|
||||
|
||||
<cron>
|
||||
<url><![CDATA[/_ah/sessioncleanup?clear]]></url>
|
||||
<description>
|
||||
Delete up to 100 expired _ah_SESSION entities from Datastore.
|
||||
</description>
|
||||
<schedule>every 15 minutes</schedule>
|
||||
<target>backend</target>
|
||||
</cron>
|
||||
|
||||
|
||||
</cronentries>
|
||||
|
||||
Reference in New Issue
Block a user