azure-functions-python-worker
azure-functions-python-worker copied to clipboard
Python worker for Azure Functions.
To debug error 143 , the python worker process should handle SIGTERM signal and log the current memory usage before exiting. We need this until we have some other way...
#### Is your question related to a specific version? If so, please specify: v3 #### What language does your question apply to? (e.g. C#, JavaScript, Java, All) Python 3.8 ####...
*Not sure this is the place but it said on https://github.com/Azure/azure-functions-python-library that issues should go here* I am getting started with python on Azure Functions and I am already annoyed...
#### What language does your question apply to? (e.g., C#, JavaScript, Java, All) Python #### Question In my application I have the issue that a failing event grid triggered azure...
I am facing issues when trying to write outputs into a blob storage account file with a dynamic name based on the azure function code (using python). What I have:...
With the aid of Python Worker Extension and Open Census Extension, customers are expecting full control on logging with third-party libraries. However, since Function Host attaches default logger in Python...
Hi, I am sending an image with multipart form-data to an azure function based on linux docker container. It is not clear to me how I can parse the multipart...
This is tracking issue to investigate the work needed on the python worker when JobHost restarts. As of now when JobHost restarts, python language worker is restarted as well. If...
I'm trying to host a sample python bot using Azure app services. https://github.com/microsoft/BotBuilder-Samples/tree/master/samples/python/02.echo-bot Im getting below error while app startup. 2020-07-03T10:50:27.628634000Z ModuleNotFoundError: No module named 'aiohttp' 2020-07-03T10:50:27.636552057Z [2020-07-03 10:50:27 +0000]...
### Issue Python 3.7 HTTP function intermittently fail with 400 Bad Request "HTTP request does not contain valid JSON data", even with the same valid JSON request body. ### Investigative...