Page MenuHomePhabricator

Fix an issue where an excessively long TTL was computed for "not attending anything" event caches
ClosedPublic

Authored by epriestley on Nov 23 2016, 11:10 PM.
Tags
None
Referenced Files
F14040331: D16937.id40768.diff
Mon, Nov 11, 9:16 AM
F14012967: D16937.diff
Fri, Nov 1, 10:18 PM
F13998003: D16937.diff
Thu, Oct 24, 7:11 AM
F13997405: D16937.id.diff
Thu, Oct 24, 4:19 AM
F13960994: D16937.id40768.diff
Oct 15 2024, 2:30 AM
Unknown Object (File)
Oct 10 2024, 10:13 PM
Unknown Object (File)
Sep 21 2024, 12:54 AM
Unknown Object (File)
Sep 12 2024, 8:53 AM
Subscribers
None

Details

Summary

Fixes T11894. Currently, if you aren't attending any events for a while, we can cache that you are free for the next 72 hours, even if you have an event in a few hours.

Instead, only cache "user is free" until the next event, if one exists.

Test Plan

Dumped cache TTLs, saw 52 minutes instead of ~4300 minutes with a near-upcoming event.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Fix an issue where an excessively long TTL was computed for "not attending anything" event caches.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Nov 23 2016, 11:16 PM
This revision was automatically updated to reflect the committed changes.