Azure / azure-functions-host

The host/runtime that powers Azure Functions
https://functions.azure.com
MIT License
1.93k stars 441 forks source link

Provide actionable error messages when hitting socket sandbox limits #1218

Open FinVamp1 opened 7 years ago

FinVamp1 commented 7 years ago

This issue is affecting some customers who have an application that opens sockets and is limited by the Sandbox when their Function is invoked in large numbers.

E.G

A Node.Js application that is using the Request Library for Node.Js to pass on the Request body to an MQTT endpoint.

A PHP Application that is creating a number of processes to handle the Function processing.

anthonychu commented 7 years ago

There's also some discussion here... https://github.com/Azure/azure-webjobs-sdk-script/issues/850