-
Hi ! I'm using v13.6.5 of this package and I'm having an issue with queues. I configured my 'queue' => [
'enable' => true,
'connection' => 'database',
'queue' => 'default',
'delay' => 0,
], With the following
I can't make it work locally. Do I have to listen to the events manually? There is nothing about the queues in the documentation https://laravel-auditing.com/guide |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
jobs
,jobs_failed
tableslaravel-auditing/src/Auditor.php
Lines 90 to 92 in 0ec2762