This repository has been archived by the owner on Jun 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 61
Timeout expired #184
Comments
We are seeing a lot of these queries timing out on Umbraco Cloud. In some cases there's so many of these timing out that no more connections can be open due connection pooling limit. The full stack trace:
|
It means SQL Server is too busy, not sure how this is related to the UrlTracker? |
Is this issue related to this: https://issues.umbraco.org/issue/U4-9920 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We got a lot of this error (see below) with the query as shown below. I checked the table and we only have 450K+ which is not huge. The actual query even having removed the latter ANDs so that we only have WHERE Is404 = 0 AND ForceRedirect = 0 produces less than 1,500 rows. That is not huge. Nothing bad shows up in the execution plan, not that I can see. Anybody else encountered this issue?
The Error
The Query
The text was updated successfully, but these errors were encountered: