mirror of
https://github.com/google/nomulus.git
synced 2025-07-06 11:13:35 +02: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:
parent
050e734f6f
commit
994747a8e5
1 changed files with 9 additions and 0 deletions
|
@ -220,5 +220,14 @@
|
||||||
<target>backend</target>
|
<target>backend</target>
|
||||||
</cron>
|
</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>
|
</cronentries>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue