This weekend I had to figure out why my mysql server first ate up my server resources and then crashes. A simple fix for most of the issues someone could have with mysql running out of resources, is a short setting in the right place. Read on to find out more!
Today I was facing another mysql issue when working on my new side project. The issue was that I was writing more jobs into the jobs
table than the database queue driver could work off. Here is how I solved this issue and how I would recommend everyone to setup their queue on small servers.