Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ActivityUpdaterJob->after_action: fix txn conflict
Creating a post would update thredded user detail (incr post count), but so does ActivityUpdaterJob (update last_seen_at). If these happen the same time on SQLite3, the following error is thrown: SQLite3::BusyException: database is locked Moving the schedule to after_action prevents this.
- Loading branch information