powerhouse-inc / document-drive

GNU Affero General Public License v3.0
1 stars 0 forks source link

Let's define a timeout for redis Cache #225

Closed CallmeT-ty closed 2 months ago

CallmeT-ty commented 2 months ago

Environment variable: Currently we are clearing redis when we restart the dyno. This could lead to data loss. Frank: Add timeout to cache entries and remove the flushall after dyno restart 1-2h

CallmeT-ty commented 2 months ago

Add a feature flag to check how it behaves alongside the eviction policy.