when C# Parallel.ForEach is called with a size 64 list, the Azure Function returns a 502 bad gateway
Open
- 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.