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.