-
Notifications
You must be signed in to change notification settings - Fork 128
Closed
Description
I think the timeouts come from to much comments in the database.
Since now we have a Heroku scheduler wich deletes the comments each hour.
I have following the logs during the first scheduler run, before it starts we have 99% timeouts, ~1 minute after the run the timeouts going down to 0%.
There are 3 way to go for the future:
- turing off comments (Switch over to Rails4 #22)
- IP blocking (Implement a permanent IP ban #14)
- login required comments (Github Auth as Login #21)
- Comment Captcha
- cleanup
- delete all comments each hour (current behavior)
- delete comments older then x hours each hour
My opinions are:
- it reduce the fictionality 👎
- it never catch all IP's and sometimes to many 👎
- will stop users from trying the demo 👎
- it's ok, but nobody likes Captchas 👎
- can result in adding a comment and don't seeing it 👎
- removing old comments should not disturb anybody 👍
I'm interested in, what others think about this? // cc: @seanlinsley, @pcreux, @eshaiju
Metadata
Metadata
Assignees
Labels
No labels