Azure / Azure/Azure-Functions

when C# Parallel.ForEach is called with a size 64 list, the Azure Function returns a 502 bad gateway

Open
#1,123 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
PowerShell
Stars
1.1k
Forks
215
Avg merge
4h 2m
Merged PRs (30d)
1

Description

here is the code:
Parallel.ForEach(items, async (item) =>{
//make 1 http call for each item
}

when items.Count = 64 the function is throwing a "502 bad gateway" response

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.