This may not be an answer you are finding, but using Database as the queue driver is not a good idea.
Instead, using redis has the queue driver would be good enough.
If you still want the Database driver, you might want to separate the jobs table from your main DB connection.