Level 41
If in this route, you call a cached query or the like, it can cause this issue. Switch to redis for caching maybe?
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hey, I have route in api.php, without any custom added middleware. I have a problem when I receive multiple webhooks to that route I get error, that cache table had deadlock. Can anyone explain to me, where cache table is getting queried, and how to solve this? Thank you.
Please or to participate in this conversation.