Hi @carl-westman_8110 ,
Thanks for sharing that. This isn't a symptom of "server overload" that we've seen before.
The error you shared is occurring on Feeds_GetFeeds, which is definitely not an intensive query, and I would not expect that to be timing out at all. It's just SELECT * FROM [Feeds].
However, that's a similar symptom to the "AzureSQL resource throttling" that we've seen on other users: another query is being throttled (for example, something that joins on [Feeds]), and that is causing a cascading impact on other queries.
We don't have enough information to say that's the case here. But, an easy way to test would be to up your DTUs substantially.
Otherwise, the next troubleshooting step is to try to identify the cause of the timeouts, which involves looking at HTTP Access logs and jobs occurring around the same time under Admin > Scheduled Jobs.
Thanks,
Steve