bstats / b-stats

4chan archive (and imageboard) made for low-cost, low-performance servers
https://archive.b-stats.org/
GNU General Public License v3.0
11 stars 1 forks source link

Archivers die too often #2

Closed bstats closed 8 years ago

bstats commented 8 years ago

The archiver script dies all the time and I usually don't notice it, which results in a lot of missed posts.

bstats commented 8 years ago

I think this might be caused by too many open database connections - the script attempts to close and re-open the database connection whenever a serious error occurs. I don't think that's working correctly, so after some number of errors the script just dies.

bstats commented 8 years ago

Okay, I think it should work better with that commit. If it breaks in the future I'll reopen this issue