This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 370
QueueRequestOptions.ApplyDefaults does not apply default NetworkTimeout #999
Comments
This was referenced Jun 1, 2020
benoutram
added a commit
to dfe-analytical-services/explore-education-statistics
that referenced
this issue
Jul 10, 2020
- Target .NET Core 3.1 - Target Azure function runtime 3.0 rather than 3.0 Preview - Dependency upgrades - Update Azure Storage dependencies. - Use generic host for app services (recommended in 3.0+) - Disable sensitive data logging - Remove the HostingStartup dependency added by EES-1061 - Remove Backend Build SDK installation tasks for older versions. Change to using vm image label. - Use 3.1.x SDK for Admin Build - Remove unsupported Logger injection in Content API Startup - Temporarily add Publisher dependency on Microsoft.Azure.Storage.File to fix Azure/azure-storage-net#999
benoutram
added a commit
to dfe-analytical-services/explore-education-statistics
that referenced
this issue
Jul 20, 2020
- Target .NET Core 3.1 - Target Azure function runtime 3.0 rather than 3.0 Preview - Dependency upgrades - Update Azure Storage dependencies. - Use generic host for app services (recommended in 3.0+) - Disable sensitive data logging - Remove the HostingStartup dependency added by EES-1061 - Remove Backend Build SDK installation tasks for older versions. Change to using vm image label. - Use 3.1.x SDK for Admin Build - Remove unsupported Logger injection in Content API Startup - Temporarily add Publisher dependency on Microsoft.Azure.Storage.File to fix Azure/azure-storage-net#999
benoutram
added a commit
to dfe-analytical-services/explore-education-statistics
that referenced
this issue
Jul 20, 2020
* EES-1009 Upgrade to .NET Core 3.1 - Target .NET Core 3.1 - Target Azure function runtime 3.0 rather than 3.0 Preview - Dependency upgrades - Update Azure Storage dependencies. - Use generic host for app services (recommended in 3.0+) - Disable sensitive data logging - Remove the HostingStartup dependency added by EES-1061 - Remove Backend Build SDK installation tasks for older versions. Change to using vm image label. - Use 3.1.x SDK for Admin Build - Remove unsupported Logger injection in Content API Startup - Temporarily add Publisher dependency on Microsoft.Azure.Storage.File to fix Azure/azure-storage-net#999
benoutram
added a commit
to dfe-analytical-services/explore-education-statistics
that referenced
this issue
Jul 31, 2020
* EES-1009 Upgrade to .NET Core 3.1 - Target .NET Core 3.1 - Target Azure function runtime 3.0 rather than 3.0 Preview - Dependency upgrades - Update Azure Storage dependencies. - Use generic host for app services (recommended in 3.0+) - Disable sensitive data logging - Remove the HostingStartup dependency added by EES-1061 - Remove Backend Build SDK installation tasks for older versions. Change to using vm image label. - Use 3.1.x SDK for Admin Build - Remove unsupported Logger injection in Content API Startup - Temporarily add Publisher dependency on Microsoft.Azure.Storage.File to fix Azure/azure-storage-net#999
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If you look here -- there's no default NetworkTimeout applied: https://github.com/Azure/azure-storage-net/blob/master/Lib/Common/Queue/QueueRequestOptions.cs#L82, so if you pass null options in you don't get any timeout behavior and can result in a deadlock (fixed by #985).
Other requestOptions apply the default:
FYI @kasobol-msft
The text was updated successfully, but these errors were encountered: