Why job_batches table is in db in instead of redis?

Viewed 31

We are using Redis to work with laravel jobs. when there are a lot of jobs DB instance CPU utilization increases to 100%. I see that in the telescope all jobs included using batch are stored in the job_batches table. of course, to insert and delete and update in this table DB CPU is used. can we use Redis instead of our DB table?

0 Answers
Related