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'm not sure there is a way around this on our end. This how Postgres works if a query error is encountered within a transaction, and the database cache works atomically by attempting to insert the record and if it gets an exception it will update the record instead. This is similar to the approach Symfony takes.
So, my work around suggestion is to define a separate connection in your Laravel configuration for the cache.
Then, set your lock_connection in your cache configuration file:
Originally posted by @taylorotwell in #36280
The text was updated successfully, but these errors were encountered: