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
We are going to be collecting every single successful build on AWS, but for the prediction, we are only going to need the past 4-5 builds for each potential build. We should remove extraneous entries in the database on a regular basis
What would success / a fix look like?
Cron job that prunes the database. Make sure to pay special attention to what you decide to remove. We probably want to come up with each combination of pkg+ver, compiler+ver, variants to make sure we don't inadvertently delete something that's useful.
The text was updated successfully, but these errors were encountered:
Problem/Opportunity Statement
We are going to be collecting every single successful build on AWS, but for the prediction, we are only going to need the past 4-5 builds for each potential build. We should remove extraneous entries in the database on a regular basis
What would success / a fix look like?
Cron job that prunes the database. Make sure to pay special attention to what you decide to remove. We probably want to come up with each combination of pkg+ver, compiler+ver, variants to make sure we don't inadvertently delete something that's useful.
The text was updated successfully, but these errors were encountered: