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 goal is to make the DB stop to be bloated.
Currently, the Device ID list and logs are making the Db slow the idea is to make a script who table a table in parameter and can delete entry older than x days.
The date of creation and updated_at should be checked to be bigger than limit
This would be run every day to keep the DB cost low.
This backup has to be store in R2.
This script has to run in GitHub Action
The text was updated successfully, but these errors were encountered:
The goal is to make the DB stop to be bloated.
Currently, the Device ID list and logs are making the Db slow the idea is to make a script who table a table in parameter and can delete entry older than x days.
The date of creation and updated_at should be checked to be bigger than limit
This would be run every day to keep the DB cost low.
This backup has to be store in R2.
This script has to run in GitHub Action
The text was updated successfully, but these errors were encountered: