You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't want to use queues to add the audits to database. Since updated to 13.6.0, if I don't modify config file I get this error:
The [sync] queue connection has not been configured.
If I put a valid queue connection it works but uses queues, wich makes much database use for my app.
Expected Behaviour
I need direct execution as before. I think I have all well configurated.
Steps to Reproduce
Update to package version 13.6.0 and have this in audit.conf
'queue' => [
'connection' => 'sync',
'queue' => 'default',
'delay' => 0,
],
Update a model
The text was updated successfully, but these errors were encountered:
Actual Behaviour
I don't want to use queues to add the audits to database. Since updated to 13.6.0, if I don't modify config file I get this error:
The [sync] queue connection has not been configured.
If I put a valid queue connection it works but uses queues, wich makes much database use for my app.
Expected Behaviour
I need direct execution as before. I think I have all well configurated.
Steps to Reproduce
Update to package version 13.6.0 and have this in audit.conf
'queue' => [
'connection' => 'sync',
'queue' => 'default',
'delay' => 0,
],
Update a model
The text was updated successfully, but these errors were encountered: