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
The IDs of handled events accumulate over time, so they need to be cleaned up! (For reference, my database is still <6MB after 2 years of operation.)
We probably need to introduce a timestamp column in the events table that gets updated every time we see the ID in a feed. Then we could delete IDs that haven't been seen for a configurable amount of time (like 7 days).
The text was updated successfully, but these errors were encountered:
The IDs of handled events accumulate over time, so they need to be cleaned up! (For reference, my database is still <6MB after 2 years of operation.)
We probably need to introduce a timestamp column in the events table that gets updated every time we see the ID in a feed. Then we could delete IDs that haven't been seen for a configurable amount of time (like 7 days).
The text was updated successfully, but these errors were encountered: