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
{{ message }}
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.
To prevent DB bloat, we should run a task on a regular basis that looks for user-generated data that has not been created or updated in over a month, and destroy that data.
We could create a rake task that does this, then use heroku scheduler to run it on a regular basis.
The text was updated successfully, but these errors were encountered:
To prevent DB bloat, we should run a task on a regular basis that looks for user-generated data that has not been created or updated in over a month, and destroy that data.
We could create a rake task that does this, then use
heroku scheduler
to run it on a regular basis.The text was updated successfully, but these errors were encountered: