gathering / wannabe

Event-system for TG - wannabe.gathering.org
GNU General Public License v3.0
12 stars 7 forks source link

Introduce a longer lived 'crew' cache #72

Open niccofyren opened 3 years ago

niccofyren commented 3 years ago

Since most crew based calculations/queries can take quite a while I want to avoid hitting users with this delay as often as possible. We already have a cache in place, but will still hit one user ever 1 hours. This extends this to be only once per week.

Hopefully this shouldn't be a very risky change:

If we have any instances where purging fails today this will likely make them more visible, but we should probably aim to fix those cases if/when we find any 😉