azure-functions-host icon indicating copy to clipboard operation
azure-functions-host copied to clipboard

Azure Function (HttpTrigger) returns response code 0 instead of 204 intermittently

Open boylec opened this issue 2 years ago • 0 comments

Hey guys, this issue was closed awhile back but it shouldn't be. Forcing people to put a retry on a function just because it sometimes returns a 0 response code (when that is not by design) is not a solution.

We get a 0 response code probably 1 in 20 times. when the function succeeded.

image

Note, our API endpoint is not being called by Azure Data Factory, its being called by an external party so we do not have control over their retry policies.

Originally posted by @ankitkumarr in https://github.com/Azure/azure-functions-host/issues/5813#issuecomment-628221016

boylec avatar Mar 06 '24 17:03 boylec