Posts that are older than 3 days should be ignored to save on database entries. Once the DB overflows (at 10000 rows for the heroku postgres free tier) it could be that the oldest posts are entered twice... To avoid this, it has to be made sure that within the 3 day limit, not more than the 10000 entries are made!
Posts that are older than 3 days should be ignored to save on database entries. Once the DB overflows (at 10000 rows for the heroku postgres free tier) it could be that the oldest posts are entered twice... To avoid this, it has to be made sure that within the 3 day limit, not more than the 10000 entries are made!