- procmail dependency eliminated!
- Errored sql queries will retry until they succeed (without locking mechanism)
Shouldn't it retry the query only if it gets the "database is locked" error? I mean, if a more serious error occurred, it would just keep pounding the database in an endless loop, would it not?
I'm still curious what is causing the locking issues in the first place. It really shouldn't be an issue for low traffic database stuff such as this.