You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, subscription updates are kept forever (unless the user unsubscribes from the corresponding object). We should create a background task that periodically scans the subscriptionUpdates table and deletes entries older than a configurable amount of time (e.g. 3 months).
Currently, subscription updates are kept forever (unless the user unsubscribes from the corresponding object). We should create a background task that periodically scans the
subscriptionUpdates
table and deletes entries older than a configurable amount of time (e.g. 3 months).Relates to Epic #1115
The text was updated successfully, but these errors were encountered: