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
{{ message }}
This repository has been archived by the owner on Jul 12, 2020. It is now read-only.
I did have Application Insights enabled but there is no information other than the exception message.
It was a very long running request though, >80k upserts, so I think it was an App Service execution time limitation that caused it, but I'm not sure.
Maybe the try-catch should collect the exception messages and put them into the aggregate exception? 😄
So I recently ran into this:
Cosmonaut/src/Cosmonaut/Extensions/TaskExtensions.cs
Line 22 in 4ecd03a
I think it was from doing too many tasks in one go, but there's really no way to be sure without logging the exceptions.
The text was updated successfully, but these errors were encountered: