D
digitalpoint
Guest
So this was a byproduct of the cron job record going missing (not sure why it went missing, but it did).
By the time I noticed cron jobs weren't running, the
Read more
Continue reading...
By the time I noticed cron jobs weren't running, the
xf_session_activity had grown to 2.1M records since it wasn't being pruned. All cron jobs seemed to recover when the record was restored except for the pruning of that table. The table had grown so large that trying to delete 2M+ records in a single query would fail. Ended up doing it manually by deleting 100,000 records...Read more
Continue reading...
